home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Desktop Special Edition 1.1
/
SGI Desktop Special Edition 1.1.iso
/
dist
/
netscape.idb
/
usr
/
lib
/
X11
/
app-defaults
/
Netscape.z
/
Netscape
Wrap
Text File
|
1995-11-13
|
104KB
|
2,526 lines
! Netscape.ad --- app-defaults file for Netscape 1.12IS.
!
! Copyright (c) 1994, 1995 Netscape Communications Corporation,
! all rights reserved.
!
! Created: Jamie Zawinski <jwz@netscape.com>, 23-Jun-94.
! Bugs and commentary to x_cbug@netscape.com.
!
! ==========================================================
! NOTE: If you're looking here for things to customize, look
! on the Preferences dialog under the Options menu first.
! Most things are customizable from there. Things which are
! settable via the Preferences dialog boxes are stored in
! the ~/.netscape-preferences file, and not in X resources.
! ==========================================================
!
! This file lists the default resources built in to Netscape.
! You can use the stuff in this file for examples of how to customize
! Netscape for your environment; normally you will do this by
! copying the few lines you want to alter to your private resource
! database, which usually lives in a file called .Xdefaults in your home
! directory.
!
! Site administrators **may** want to make changes here and install this
! file as the global app-defaults file for the site. To do this, one
! would copy this file to /usr/lib/X11/app-defaults/Netscape, or on SunOS,
! /usr/openwin/lib/app-defaults/Netscape. (But actually this directory
! could be anywhere; only the person who installed X knows for sure.)
!
! It is **STRONGLY RECOMMENDED** that you not install this file in the
! app-defaults directory unless you are really sure you know what you are
! doing. There are a whole slew of version-skew problems associated with
! app-defaults files, which are best avoided by simply not using them.
! In particular, if the app-defaults file for a program is installed, and
! you get a new version of that program, you can't properly test out the
! new version without actually installing it, since it will pick up the
! resources for the previous version, and will quite likely malfunction.
!
! In short, app-defaults files are bad. Don't use them. This file is
! provided for informational purposes, and so that I don't get a lot of
! complaints from people who think they understand this stuff better than
! I do.
! Here's how you turn on SGI's Motif hacks:
Netscape*sgiMode: True
Netscape*scheme: Base
Netscape*useSchemes: Colors, Fonts
Netscape*useEnhancedFSB: True
! User-Settable Parameters
! ========================
! This is the directory where Netscape finds external files such as icons.
!
*appDir: /usr/lib/X11/C/netscape
! This resource is the same as the -visual command line option, which selects
! an X visual on which the windows should be created. Legal options are:
! Best, meaning pick the best one w.r.t. image quality; Default, meaning
! use whatever the server says is the default visual; a visual class (like
! PseudoColor or TrueColor); or a decimal or hexadecimal digit, the ID of
! a particular visual (in case there is more than one visual of a particular
! class.) "Best" is probably the right choice.
!
*visualID: Best
! Whether Netscape should install a private colormap. This will cause the
! maximal number of colors to be used, but on most systems, will result in
! unpleasant colormap flashing when switching between applications. Legal
! options are: Yes, No, and Guess. "Guess" means "install the colormap only
! if we know that the display hardware supports multiple simultaneous
! colormaps, meaning that there will be no colormap flashing." Currently,
! that means install the map when displaying on an SGI screen, and don't
! otherwise. (What other vendors have multiple hardware colormaps, and how
! do you uniquely identify that capability? Let me know.)
!
*installColormap: Guess
! The maximum number of color cells to allocate per image; this is only
! relevant when using the default colormap of a PseudoColor visual.
! If it is 0, we allocate as many colors as we can get. (The more colors
! that we can allocate, the better images will look.) This controls only
! the number of colors allocated for internal images - a few more colors
! will be allocated for the fluff and chrome that comes with Motif.
!
*maxImageColors: 0
! Set this to false to disable the <BLINK> tag.
*blinkingEnabled: True
! Whether the Exit menu item should confirm first.
*confirmExit: False
! Mouse cursor when over an anchor.
*linkCursor: hand2
! Mouse cursor when awaiting a reply.
*busyCursor: watch
! Mouse cursor when "Save Next Link As..." mode is on, and over a link.
*saveNextLinkCursor: hand2
! Mouse cursor when "Save Next Link As..." mode is on, and not over a link.
*saveNextNonlinkCursor: crosshair
! How quickly (in seconds) the status messages should update.
*progressInterval: 1
! How quickly (in milliseconds) the run light and/or logo should animate.
*busyBlinkRate: 500
*animRate: 166
! How often (in seconds) the global history, bookmarks, and disk cache
! files should be updated.
*saveHistoryInterval: 600
! How many pixels of motion must occur before a mouse-release is interpreted
! as a "drag" rather than a "click."
*hysteresis: 3
! These resources control whether Netscape should redirect its stdout and
! stderr streams to a dialog box, so that diagnostics reported by other
! programs launched by Netscape (for example, external viewers specified in
! a mailcap file) will be reported to the user through a dialog box,
! instead of simply showing up on the stdout/stderr of the controlling
! terminal of Netscape (which in many cases won't even be visible.)
!
! If you have a external viewer which produces an annoying amount of output
! even when it has nothing interesting to say, you can shut it up by
! redirecting its output to stderr; for example, to do this to mpeg_play,
! you could add the following to your .mailcap file:
!
! video/mpeg; mpeg_play %s 2>&-
!
! Normally, Netscape captures both the stdout and stderr into the dialog box.
! If you find a need to let one or both of them continue on to the actual
! terminal of Netscape, you can do it by setting these resources to False.
!
*useStderrDialog: True
*useStdoutDialog: True
! For those MIME content-encodings which are not directly understood
! internally, it is possible to specify another Unix program to use as
! a filter here.
!
! Each line in the encodingFilters resource consists of four fields,
! seperated by colons and optional whitespace:
!
! <input-encoding> : <output-encoding> : <extensions> : <filter-command>
!
! input-encoding: The MIME encoding from the Content-Transfer-Encoding header.
! (The basic encodings 7BIT, 8BIT, BINARY, BASE64, and QUOTED-
! PRINTABLE are built-in; no need to specify those.)
!
! output-encoding: The encoding that results from this transformation.
! Leaving this empty is usually appropriate.
!
! extensions: A comma-seperated list of the extensions typically used for
! files in this encoding; if a document ends in one of these
! extensions, then when that document is saved to disk, the
! extension will be stripped off of the default file name
! (since documents are decoded before they are saved, and the
! extension would no longer accurately describe the file.)
!
! filter-command: A shell command which reads from stdin and writes to stdout
! which does the actual decoding.
!
*encodingFilters: \
x-compress : : .Z : uncompress -c \n\
x-gzip : : .z,.gz : gzip -cdq \n
! Too many servers have bugs in the implementation of window gravity for
! us to rely on it. Scrolling of large forms is *significantly* faster
! if we are able to make use of window gravity, but on many X servers, it
! results in form items being scattered randomly all over the document.
! Legal values for this resource are Yes, No, Partial, and Guess. If
! "Guess", we run some tests and try to decide whether the X server is
! broken or partially broken.
!
! If you find yourself needing to use a value here other than Guess,
! please tell us, so that we can make it guess correctly in the future.
!
*windowGravityWorks: Guess
! Colors
!
! This resource controls the forground text color of unfollowed links
! (links which have not yet been visited.)
!
*linkForeground: #0000EE
! This resource controls the forground text color of followed links
! (links which have already been visited.)
!
*vlinkForeground: #551A8B
! This resource controls the forground text color of activated links
! (links which are in the process of being clicked upon.)
!
*alinkForeground: #FF0000
! These resources control the forground and background colors of text
! which has been selected with the mouse.
!
*selectForeground: #000000
*selectBackground: #FFFFCC
! These resources control the forground and background colors of normal text.
!
*defaultForeground: #000000
*defaultBackground: #C0C0C0
! This resource may be used to specify a default background image. It should
! be a file name or URL pointing to a GIF, JPEG, or XBM image. If it is blank,
! then the default background color will be used instead.
!
*defaultBackgroundImage:
! Normally, the user-specified colors and backgrounds will only be used when
! viewing documents which did not specify their own colors and backgrounds.
! If this resource is set to False, then the user-specified colors and
! backgrounds will always be used, regardless of the options specified in
! the document itself.
!
*documentColorsHavePriority: True
! Translations
!
! Many of these translations are duplicated on both "Meta" and "Alt", since
! X has this stupid notion that "Meta" and "Alt" are not synonymous, and
! Sun in their infinite wisdom furthers this confusing lossage by both having
! Meta *and* Alt keys on the keyboard, and having the key which is labelled
! Alt generate *META* (the Diamond keys generate Alt.) All praise Sun!
! All praise the X keyboard model!
!
! And because of the need to do this, we have to do all of the keyboard
! equivalents with "translations" instead of "accelerators", since a menu
! item can only have one accelerator, and in order to make both Meta and Alt
! work we need to give them each two. All praise Motif!
!
*drawingArea.translations: #replace \
<Btn1Down>: ArmLink() \n\
<Btn2Down>: ArmLink() \n\
~Shift<Btn1Up>: ActivateLink() \
DisarmLink() \n\
~Shift<Btn2Up>: ActivateLink(new-window) \
DisarmLink() \n\
Shift<Btn1Up>: ActivateLink(save-only) \
DisarmLink() \n\
Shift<Btn2Up>: ActivateLink(save-only) \
DisarmLink() \n\
<Btn1Motion>: DisarmLinkIfMoved() \n\
<Btn2Motion>: DisarmLinkIfMoved() \n\
<Btn3Motion>: DisarmLinkIfMoved() \n\
<Motion>: DescribeLink() \n\
<Btn3Down>: CommandMenu() \n
! Some basic emacs-like bindings for single-line text fields.
*XmTextField.translations: #override \n\
~Meta ~Alt Ctrl<Key>a: beginning-of-line() \n\
~Meta ~Alt Ctrl<Key>b: backward-character() \n\
~Meta ~Alt Ctrl<Key>d: delete-next-character() \n\
~Meta ~Alt Ctrl<Key>e: end-of-line() \n\
~Meta ~Alt Ctrl<Key>f: forward-character() \n\
~Meta ~Alt Ctrl<Key>g: process-cancel() \n\
~Meta ~Alt Ctrl<Key>h: delete-previous-character() \n\
~Meta ~Alt Ctrl<Key>k: delete-to-end-of-line() \n\
~Meta ~Alt Ctrl<Key>u: beginning-of-line() \
delete-to-end-of-line() \n\
~Meta ~Alt Ctrl<Key>w: cut-clipboard() \n\
Meta ~Ctrl<Key>b: backward-word() \n\
Alt ~Ctrl<Key>b: backward-word() \n\
Meta ~Ctrl<Key>d: delete-next-word() \n\
Alt ~Ctrl<Key>d: delete-next-word() \n\
Meta ~Ctrl<Key>f: forward-word() \n\
Alt ~Ctrl<Key>f: forward-word() \n\
Meta ~Ctrl<Key>w: copy-clipboard() \n\
Alt ~Ctrl<Key>w: copy-clipboard() \n\
Meta ~Ctrl<Key>osfLeft: backward-word() \n\
Alt ~Ctrl<Key>osfLeft: backward-word() \n\
Meta ~Ctrl<Key>osfRight: forward-word() \n\
Alt ~Ctrl<Key>osfRight: forward-word() \n\
Meta ~Ctrl<Key>osfBackSpace: delete-previous-word() \n\
Alt ~Ctrl<Key>osfBackSpace: delete-previous-word() \n\
Meta ~Ctrl<Key>osfDelete: delete-next-word() \n\
Alt ~Ctrl<Key>osfDelete: delete-next-word() \n
! Some basic emacs-like bindings for multi-line text fields.
! This duplicates info with the above, since XmTextField bogusly
! doesn't know about the page and line oriented actions at all,
! and pukes out a warning when it encounters them. How very.
*XmText.translations: #override \n\
~Meta ~Alt Ctrl<Key>a: beginning-of-line() \n\
~Meta ~Alt Ctrl<Key>b: backward-character() \n\
~Meta ~Alt Ctrl<Key>d: delete-next-character() \n\
~Meta ~Alt Ctrl<Key>e: end-of-line() \n\
~Meta ~Alt Ctrl<Key>f: forward-character() \n\
~Meta ~Alt Ctrl<Key>g: process-cancel() \n\
~Meta ~Alt Ctrl<Key>h: delete-previous-character() \n\
~Meta ~Alt Ctrl<Key>k: delete-to-end-of-line() \n\
~Meta ~Alt Ctrl<Key>u: beginning-of-line() \
delete-to-end-of-line() \n\
~Meta ~Alt Ctrl<Key>w: cut-clipboard() \n\
Meta ~Ctrl<Key>b: backward-word() \n\
Alt ~Ctrl<Key>b: backward-word() \n\
Meta ~Ctrl<Key>d: delete-next-word() \n\
Alt ~Ctrl<Key>d: delete-next-word() \n\
Meta ~Ctrl<Key>f: forward-word() \n\
Alt ~Ctrl<Key>f: forward-word() \n\
Meta ~Ctrl<Key>w: copy-clipboard() \n\
Alt ~Ctrl<Key>w: copy-clipboard() \n\
Meta ~Ctrl<Key>osfLeft: backward-word() \n\
Alt ~Ctrl<Key>osfLeft: backward-word() \n\
Meta ~Ctrl<Key>osfRight: forward-word() \n\
Alt ~Ctrl<Key>osfRight: forward-word() \n\
Meta ~Ctrl<Key>osfBackSpace: delete-previous-word() \n\
Alt ~Ctrl<Key>osfBackSpace: delete-previous-word() \n\
Meta ~Ctrl<Key>osfDelete: delete-next-word() \n\
Alt ~Ctrl<Key>osfDelete: delete-next-word() \n\
\
~Meta ~Alt Ctrl<Key>n: next-line() \n\
~Meta ~Alt Ctrl<Key>p: previous-line() \n\
~Meta ~Alt Ctrl<Key>v: next-page() \n\
Meta ~Ctrl<Key>v: previous-page() \n\
Alt ~Ctrl<Key>v: previous-page() \n
! We merge these translations into all text fields which are not the
! bottommost text field in the dialog box. This is so that hitting
! `return' in a text field will select the next text field if there
! is one, and will select the "OK" button if there are no more.
! We merge these in explicitly instead of doing it all with resources
! here because I couldn't figure out how to make that work without
! duplicating the text of all of the above keybindings another dozen
! times!!
*nonterminalTextTranslations: #override \n\
<Key>Return: next-tab-group() \n\
<Key>Linefeed: next-tab-group() \n
! This is used for self-submitting text fields in forms...
! We don't need to store these in to dialog box text fields, since
! in that case we are able to simply avoid storing in the above ones,
! but we don't know that until too late with forms.
*terminalTextTranslations: #override \n\
<Key>Return: activate() \n\
<Key>Linefeed: activate() \n
! Gag barf retch puke. We install these on every widget in the main tree
! (but not popups.)
*globalTranslations: #override \n\
\
Meta ~Ctrl<Key>N: new() \n\
Alt ~Ctrl<Key>N: new() \n\
Meta ~Ctrl<Key>L: openURL() \n\
Alt ~Ctrl<Key>L: openURL() \n\
Meta ~Ctrl<Key>O: openFile() \n\
Alt ~Ctrl<Key>O: openFile() \n\
Meta ~Ctrl<Key>S: saveAs() \n\
Alt ~Ctrl<Key>S: saveAs() \n\
Meta ~Ctrl<Key>M: mailto() \n\
Alt ~Ctrl<Key>M: mailto() \n\
Meta ~Ctrl<Key>P: print() \n\
Alt ~Ctrl<Key>P: print() \n\
Meta ~Ctrl<Key>W: delete() \n\
Alt ~Ctrl<Key>W: delete() \n\
Meta ~Ctrl<Key>Z: undo() \n\
Alt ~Ctrl<Key>Z: undo() \n\
Meta ~Ctrl<Key>X: cut() \n\
Alt ~Ctrl<Key>X: cut() \n\
Meta ~Ctrl<Key>C: copy() \n\
Alt ~Ctrl<Key>C: copy() \n\
Meta ~Ctrl<Key>V: paste() \n\
Alt ~Ctrl<Key>V: paste() \n\
Meta ~Ctrl<Key>F: find() \n\
Alt ~Ctrl<Key>F: find() \n\
Meta ~Ctrl<Key>G: findAgain() \n\
Alt ~Ctrl<Key>G: findAgain() \n\
Meta ~Ctrl<Key>R: reload() \n\
Alt ~Ctrl<Key>R: reload() \n\
Meta ~Ctrl<Key>I: loadImages() \n\
Alt ~Ctrl<Key>I: loadImages() \n\
Meta ~Ctrl<Key>osfLeft: back() \n\
Alt ~Ctrl<Key>osfLeft: back() \n\
Meta ~Ctrl<Key>osfRight: forward() \n\
Alt ~Ctrl<Key>osfRight: forward() \n\
Meta ~Ctrl<Key>H: history() \n\
Alt ~Ctrl<Key>H: history() \n\
<Key>osfCancel: abort() \n\
Meta ~Ctrl<Key>1: historyItem(1) \n\
Alt ~Ctrl<Key>1: historyItem(1) \n\
Meta ~Ctrl<Key>2: historyItem(2) \n\
Alt ~Ctrl<Key>2: historyItem(2) \n\
Meta ~Ctrl<Key>3: historyItem(3) \n\
Alt ~Ctrl<Key>3: historyItem(3) \n\
Meta ~Ctrl<Key>4: historyItem(4) \n\
Alt ~Ctrl<Key>4: historyItem(4) \n\
Meta ~Ctrl<Key>5: historyItem(5) \n\
Alt ~Ctrl<Key>5: historyItem(5) \n\
Meta ~Ctrl<Key>6: historyItem(6) \n\
Alt ~Ctrl<Key>6: historyItem(6) \n\
Meta ~Ctrl<Key>7: historyItem(7) \n\
Alt ~Ctrl<Key>7: historyItem(7) \n\
Meta ~Ctrl<Key>8: historyItem(8) \n\
Alt ~Ctrl<Key>8: historyItem(8) \n\
Meta ~Ctrl<Key>9: historyItem(9) \n\
Alt ~Ctrl<Key>9: historyItem(9) \n\
Meta ~Ctrl<Key>A: addBookmark() \n\
Alt ~Ctrl<Key>A: addBookmark() \n\
Meta ~Ctrl<Key>B: viewBookmark() \n\
Alt ~Ctrl<Key>B: viewBookmark() \n\
\
~Meta ~Alt ~Ctrl<Key>Prior: PageUp() \n\
~Meta ~Alt ~Ctrl<Key>Next: PageDown() \n\
~Meta ~Alt ~Ctrl<Key>osfPageUp: PageUp() \n\
~Meta ~Alt ~Ctrl<Key>osfPageDown: PageDown() \n
! These keysyms are apparently an R6ism.
! ~Meta ~Alt ~Ctrl<Key>KP_Prior: PageUp() \n\
! ~Meta ~Alt ~Ctrl<Key>KP_Next: PageDown() \n\
! Gag barf retch puke. We install these on every TextField widget in the
! main tree (but not popups.)
*globalTextFieldTranslations: #override \n\
~Meta ~Alt ~Ctrl<Key>Up: LineUp() \n\
~Meta ~Alt ~Ctrl<Key>Down: LineDown() \n\
~Meta ~Alt ~Ctrl<Key>osfUp: LineUp() \n\
~Meta ~Alt ~Ctrl<Key>osfDown: LineDown() \n
! These keysyms are apparently an R6ism.
! ~Meta ~Alt ~Ctrl<Key>KP_Up: LineUp() \n\
! ~Meta ~Alt ~Ctrl<Key>KP_Down: LineDown() \n\
! Gag barf retch puke. We install these on every widget in the main tree
! (but not popups) that isn't a Text or TextField.
*globalNonTextTranslations: #override \n\
~Meta ~Alt ~Ctrl<Key>space: PageDown() \n\
\
~Meta ~Alt ~Ctrl<Key>Delete: PageUp() \n\
~Meta ~Alt ~Ctrl<Key>BackSpace: PageUp() \n\
~Meta ~Alt ~Ctrl<Key>Up: LineUp() \n\
~Meta ~Alt ~Ctrl<Key>Down: LineDown() \n\
~Meta ~Alt ~Ctrl<Key>Left: ColumnLeft() \n\
~Meta ~Alt ~Ctrl<Key>Right: ColumnRight() \n\
\
~Meta ~Alt ~Ctrl<Key>osfDelete: PageUp() \n\
~Meta ~Alt ~Ctrl<Key>osfBackSpace:PageUp() \n\
Meta Ctrl<Key>f: fishcam() \n\
Alt Ctrl<Key>f: fishcam() \n\
Meta Ctrl<Key>t: net_showstatus() \n\
Alt Ctrl<Key>t: net_showstatus() \n\
~Meta ~Alt ~Ctrl<Key>osfUp: LineUp() \n\
~Meta ~Alt ~Ctrl<Key>osfDown: LineDown() \n\
~Meta ~Alt ~Ctrl<Key>osfLeft: ColumnLeft() \n\
~Meta ~Alt ~Ctrl<Key>osfRight: ColumnRight() \n
! These keysyms are apparently an R6ism.
! ~Meta ~Alt ~Ctrl<Key>KP_Up: LineUp() \n\
! ~Meta ~Alt ~Ctrl<Key>KP_Down: LineDown() \n\
! ~Meta ~Alt ~Ctrl<Key>KP_Left: ColumnLeft() \n\
! ~Meta ~Alt ~Ctrl<Key>KP_Right: ColumnRight() \n\
! About Translations, Actions, and "-remote" commands:
!
! You can control a running Netscape process externally; you do this by
! issuing a command like "netscape -remote openURL(http://xxx)".
! When Netscape is invoked with the -remote argument, it does not open
! window, but instead connects to and controls an already-existing process.
! This is done using X properties, so the two Netscape processes need not
! be running on the same machine, and need not share a file system.
!
! All of Netscape's action names are the same as its resource names; so, for
! example, if you wanted to know the name of the action that corresponds to
! the "Add Bookmark" menu item, you could look in this file for "Add Bookmark"
! and see that the resource that is set to that string is "addBookmark" -
! that's the name of the Action as well.
!
! You can use Actions in Translation tables in the usual Xt-ish way, but you
! can also invoke them directly via "netscape -remote", like this:
!
! netscape -remote 'addBookmark()'
!
! That will cause the existing Netscape process to add its current URL to
! the bookmarks, just as if you had selected that menu item.
!
! Please see the document http://home.netscape.com/newsref/std/x-remote.html
! for more information.
!=============================================================================
!
! There's really nothing after this point you should be messing with.
!
!=============================================================================
! Motif drag-and-drop is insanely buggy, and is causing crashes even in
! contexts where it has no business being involved at all. Let's try
! disabling it globally and see if that helps.
Netscape*dragInitiatorProtocolStyle: XmDRAG_NONE
Netscape*dragReceiverProtocolStyle: XmDRAG_NONE
! Labels
!
*Help.sensitive: False
*urlLabel.alignment: ALIGNMENT_END
*urlLabel.recomputeSize: False
*urlLabel.netsiteLabelString: Netsite:
*urlLabel.uneditedLabelString: Location:
*urlLabel.editedLabelString: Go To:
! this must be the longer of the two...
*urlLabel.labelString: Location:
!=============================================================================
*menuBar.file.labelString: File
*menuBar*new.labelString: New Window
*menuBar*new.mnemonic: N
*menuBar*new.acceleratorText: Alt+N
*menuBar*openURL.labelString: Open Location...
*menuBar*openURL.mnemonic: L
*menuBar*openURL.acceleratorText: Alt+L
*menuBar*openFile.labelString: Open File...
*menuBar*openFile.mnemonic: O
*menuBar*openFile.acceleratorText: Alt+O
*menuBar*saveAs.labelString: Save As...
*menuBar*saveAs.mnemonic: S
*menuBar*saveAs.acceleratorText: Alt+S
*menuBar*saveLinksAs.labelString: Save Next Link As...
*menuBar*saveLinksAs.mnemonic: A
! accelerator is magic
*menuBar*saveLinksAs.acceleratorText: Shift+Click
*menuBar*mailto.labelString: Mail Document...
*menuBar*mailto.mnemonic: M
*menuBar*mailto.acceleratorText: Alt+M
*menuBar*docInfo.labelString: Document Information
*menuBar*docInfo.mnemonic: D
! no accelerator
*menuBar*printSetup.labelString: Print Setup...
*menuBar*printSetup.mnemonic: r
! no accelerator
*menuBar*print.labelString: Print...
*menuBar*print.mnemonic: P
*menuBar*print.acceleratorText: Alt+P
*menuBar*delete.labelString: Close
*menuBar*delete.mnemonic: C
*menuBar*delete.acceleratorText: Alt+W
*menuBar*quit.labelString: Exit
*menuBar*quit.mnemonic: x
! no accelerator
!=============================================================================
*menuBar.edit.labelString: Edit
*menuBar*undo.labelString: Undo
*menuBar*undo.mnemonic: U
*menuBar*undo.acceleratorText: Alt+Z
*menuBar*cut.labelString: Cut
*menuBar*cut.mnemonic: t
*menuBar*cut.acceleratorText: Alt+X
*menuBar*copy.labelString: Copy
*menuBar*copy.mnemonic: C
*menuBar*copy.acceleratorText: Alt+C
*menuBar*paste.labelString: Paste
*menuBar*paste.mnemonic: P
*menuBar*paste.acceleratorText: Alt+V
*menuBar*find.labelString: Find...
*menuBar*find.mnemonic: F
*menuBar*find.acceleratorText: Alt+F
*menuBar*findAgain.labelString: Find Again
*menuBar*findAgain.mnemonic: g
*menuBar*findAgain.acceleratorText: Alt+G
!=============================================================================
*menuBar.view.labelString: View
*menuBar*reload.labelString: Reload
*menuBar*reload.mnemonic: R
*menuBar*reload.acceleratorText: Alt+R
*menuBar*loadImages.labelString: Load Images
*menuBar*loadImages.mnemonic: I
*menuBar*loadImages.acceleratorText: Alt+I
*menuBar*refresh.labelString: Refresh
*menuBar*refresh.mnemonic: f
! no accelerator
*menuBar*source.labelString: Source...
*menuBar*source.mnemonic: S
! no accelerator
!=============================================================================
*menuBar.go.labelString: Go
*menuBar*back.labelString: Back
*menuBar*back.mnemonic: B
*menuBar*back.acceleratorText: Alt+Left
*menuBar*forward.labelString: Forward
*menuBar*forward.mnemonic: F
*menuBar*forward.acceleratorText: Alt+Right
*menuBar*home.labelString: Home
*menuBar*home.mnemonic: H
! no accelerator
*menuBar*abort.labelString: Stop Loading
*menuBar*abort.mnemonic: S
*menuBar*abort.acceleratorText: ESC
*menuBar*viewHistory.labelString: View History...
*menuBar*viewHistory.mnemonic: V
*menuBar*viewHistory.acceleratorText: Alt+H
*menuBar*historyItem1.acceleratorText: Alt+1
*menuBar*historyItem2.acceleratorText: Alt+2
*menuBar*historyItem3.acceleratorText: Alt+3
*menuBar*historyItem4.acceleratorText: Alt+4
*menuBar*historyItem5.acceleratorText: Alt+5
*menuBar*historyItem6.acceleratorText: Alt+6
*menuBar*historyItem7.acceleratorText: Alt+7
*menuBar*historyItem8.acceleratorText: Alt+8
*menuBar*historyItem9.acceleratorText: Alt+9
*menuBar*historyTruncated.labelString: ( ...truncated... )
*menuBar*historyTruncated.alignment: ALIGNMENT_CENTER
!=============================================================================
*menuBar.bookmark.labelString: Bookmarks
*menuBar*addBookmark.labelString: Add Bookmark
*menuBar*addBookmark.mnemonic: A
*menuBar*addBookmark.acceleratorText: Alt+A
*menuBar*viewBookmark.labelString: View Bookmarks
*menuBar*viewBookmark.mnemonic: B
*menuBar*viewBookmark.acceleratorText: Alt+B
!=============================================================================
*menuBar.options.labelString: Options
*menuBar*preferences.labelString: Preferences...
*menuBar*preferences.mnemonic: P
*menuBar*showToolbar.labelString: Show Toolbar
*menuBar*showToolbar.mnemonic: T
*menuBar*showURL.labelString: Show Location
*menuBar*showURL.mnemonic: L
*menuBar*showDirectoryButtons.labelString: Show Directory Buttons
*menuBar*showDirectoryButtons.mnemonic: D
*menuBar*showSecurityBar.labelString: Show Security Colorbar
*menuBar*showSecurityBar.mnemonic: C
*menuBar*autoLoadImages.labelString: Auto Load Images
*menuBar*autoLoadImages.mnemonic: A
*menuBar*fancyFTP.labelString: Show FTP File Information
*menuBar*fancyFTP.mnemonic: F
*menuBar*saveOptions.labelString: Save Options
*menuBar*saveOptions.mnemonic: S
!=============================================================================
*menuBar.directory.labelString: Directory
*menuBar*netscape.labelString: Netscape's Home
*menuBar*netscape.mnemonic: e
*menuBar*sgi.labelString: Silicon Graphics, Inc.
*menuBar*sgi.mnemonic: i
*menuBar*adobe.labelString: Adobe Systems, Inc.
*menuBar*adobe.mnemonic: o
*menuBar*whatsNew.labelString: What's New!
*menuBar*whatsNew.mnemonic: N
*menuBar*whatsCool.labelString: What's Cool!
*menuBar*whatsCool.mnemonic: C
*menuBar*newsgroups.labelString: Go to Newsgroups
*menuBar*newsgroups.mnemonic: G
*menuBar*inetIndex.labelString: Internet Directory
*menuBar*inetIndex.mnemonic: D
*menuBar*inetSearch.labelString: Internet Search
*menuBar*inetSearch.mnemonic: S
*menuBar*inetWhite.labelString: Internet White Pages
*menuBar*inetWhite.mnemonic: P
*menuBar*inetAbout.labelString: About the Internet
*menuBar*inetAbout.mnemonic: A
*menuBar*galleria.labelString: Netscape Galleria
*menuBar*galleria.mnemonic: l
!=============================================================================
*menuBar.help.labelString: Help
*menuBar*about.labelString: About Netscape...
*menuBar*about.mnemonic: A
*menuBar*registration.labelString: Registration Information
*menuBar*registration.mnemonic: I
*menuBar*manual.labelString: Handbook
*menuBar*manual.mnemonic: H
*menuBar*relnotes.labelString: Release Notes
*menuBar*relnotes.mnemonic: R
*menuBar*faq.labelString: Frequently Asked Questions
*menuBar*faq.mnemonic: Q
*menuBar*aboutSecurity.labelString: On Security
*menuBar*aboutSecurity.mnemonic: O
*menuBar*feedback.labelString: How to Give Feedback
*menuBar*feedback.mnemonic: F
*menuBar*support.labelString: How to Get Support
*menuBar*support.mnemonic: S
*menuBar*howTo.labelString: How to Create Web Services
*menuBar*howTo.mnemonic: H
! For the toggles in the options menu
*menuBar*XmToggleButton.indicatorType: N_OF_MANY
*menuBar*XmToggleButtonGadget.indicatorType: N_OF_MANY
*menuBar*XmToggleButton.fillOnSelect: True
*menuBar*XmToggleButtonGadget.fillOnSelect: True
*menuBar*XmToggleButton.visibleWhenOff: True
*menuBar*XmToggleButtonGadget.visibleWhenOff: True
!=============================================================================
*toolBar.back.labelString: Back
*toolBar.forward.labelString: Forward
*toolBar.home.labelString: Home
*toolBar.reload.labelString: Reload
*toolBar*loadImages.labelString: Load Images
*toolBar.openURL.labelString: Open...
*toolBar.print.labelString: Print...
*toolBar*find.labelString: Find...
*toolBar*abort.labelString: Stop
*toolBar*spacer.marginWidth: 4
*urlBar*spacer.marginWidth: 4
*urlBar*whatsNew.labelString: What's New
*urlBar*whatsCool.labelString: What's Cool
*urlBar*manual.labelString: Handbook
*urlBar*inetSearch.labelString: Net Search
*urlBar*inetIndex.labelString: Net Directory
*urlBar*welcome.labelString: Welcome
*urlBar*newsgroups.labelString: Newsgroups
!=============================================================================
*noDocumentLoadedMessage: No document has yet been loaded in this window.
*optionsSavedMessage: Options have been saved.
*clickToSaveMessage: Click on the link to save.
*clickToSaveCancelledMessage: Save link to file was cancelled.
*noPreviousURLMessage: No previous document.
*noNextURLMessage: No next document.
*noHomeURLMessage: No home document specified.
*notOverImageMessage: Not over an image.
*notOverLinkMessage: Not over a link.
*noSearchStringMessage: Nothing to search for.
*wrapSearchMessage: End of document reached; continue from beginning?
*wrapSearchBackwardMessage: Beginning of document reached; continue from end?
*noAddressesMessage: No recipients specified.
*noFileMessage: No output file specified.
*noPrintCommandMessage: No print command specified.
*overwriteFileMessage: Overwrite existing file %s?
*bookmarksChangedMessage: Bookmarks file has changed on disk: overwrite it?
*bookmarkConflictMessage: \
Bookmark list not saved.\nReload the disk version now?
*bookmarksNoFormsMessage: \
Cannot add the result of a form submission to the bookmark list.
*reallyQuitMessage: Really Quit?
*doubleInclusionMessage: \n\
The document has already been quoted.\n\
\n\
Are you sure you want to quote it again?\n
*expireNowMessage: \
This will mark all of your links as unfollowed.\nProceed?
*clearMemCacheMessage: \
This will remove all the files currently in your memory cache.\nContinue?
*clearDiskCacheMessage: \
This will remove all the files currently in your disk cache.\nContinue?
*createCacheDirErrorMessage: \
Error: unable to create the persistent cache directory:\n\
\n\
%s: %s.\n\
\n\
Please set a new disk cache directory using the\n\
`Preferences' dialog, found on the `Options' menu.\n
*createdCacheDirMessage: \
A directory has been created for use as the disk cache:\n\
\n\
%s/\n\
\n\
You can change the cache directory in the `Preferences'\n\
dialog, found under the `Options' menu.\n
*cacheNotDirMessage: \
Error: the directory configured for use as the disk cache\n\
exists, but is not a directory:\n\
\n\
%s\n\
\n\
Please set a new disk cache directory using the\n\
`Preferences' dialog, found on the `Options' menu.\n
*cacheSuffixMessage: \
\n\
There should be one disk cache per user, so using a\n\
shared directory (such as /tmp) is not advised.\n\
\n\
The maximum disk cache size is currently %d kilobytes.\n\
You can change the cache size in the 'Preferences' dialog.\n\
\n\
If you wish to disable disk caching, set the Disk Cache Size\n\
to 0. If you do this, documents will continue to be cached\n\
in memory according to the Memory Cache Size preference,\n\
but will no longer be cached on disk. This means that the\n\
cache will not last from session to session of Netscape.
*cubeTooSmallMessage: \
We were only able to allocate %d cells for the color\n\
cube to which images are dithered. As a result, the\n\
image quality may be poor.\n\
\n\
One way to improve image quality is to exit any other\n\
color-intensive applications which are running and\n\
restart Netscape.\n\
\n\
Another way is to run Netscape with the `-install' \n\
command-line option, which will cause it to use a\n\
private colormap. The drawback to this is that on\n\
some systems, this will result in colormap flashing\n\
when moving focus to other windows.
*renameInitFilesMessage: \
Preferences files from an older version of Netscape exist;\n\
This version of Netscape uses the same file formats, but the\n\
file names have changed. Would you like us to rename these\n\
files now?
*unsentMailMessage: \
Unsent mail messages exist, do you really want to quit without sending them?
*emptyMessageQuestion: \
The message has not been edited, and there is no attachment.\n\
Do you really want to send an empty message?
*binaryDocumentMessage: \
This document is binary data; cannot view source.
!=============================================================================
!*preeditType: root
!*netscape.preeditType: overthespot
*popup.title.labelString: Netscape Commands:
*popup.back.labelString: Back
*popup.forward.labelString: Forward
*popup.home.labelString: Home
*popup.openURL.labelString: Open this Link
*popup.addURLBookmark.labelString: Add Bookmark for this Link
*popup.openURLNewWindow.labelString: New Window with this Link
*popup.saveURL.labelString: Save Link As...
*popup.copyURLToClip.labelString: Copy this Link Location to Clipboard
*popup.openImage.labelString: View this Image
*popup.saveImage.labelString: Save this Image As...
*popup.copyImageURLToClip.labelString: Copy this Image Location to Clipboard
*popup.loadDelayedImage.labelString: Load this Image
*popup*back.acceleratorText: Alt+Left
*popup*forward.acceleratorText: Alt+Right
*popup*saveURL.acceleratorText: Shift+Button1
*popup*openURL.acceleratorText: Button1
*popup*openURLNewWindow.acceleratorText:Button2
*popup.XmPushButtonGadget.marginLeft: 5
*popup.XmPushButtonGadget.marginRight: 5
*popup.XmPushButtonGadget.alignment: ALIGNMENT_BEGINNING
*popup.separator0.separatorType: SHADOW_ETCHED_IN
*popup.separator1.separatorType: SHADOW_ETCHED_IN
*popup.separator2.height: 5
*popup.separator2.separatorType: NO_LINE
*popup.separator3.separatorType: SHADOW_ETCHED_IN
*popup.separator4.separatorType: SHADOW_ETCHED_IN
*popup.separator5.separatorType: SHADOW_ETCHED_IN
*history_popup.title: Netscape: Window History
*history_popup*listLabelString: Where You've Been...
*history_popup*OK.labelString: Go To
*history_popup*OkLabelString: Go To
*history_popup*Cancel.labelString: Close
*history_popup*CancelLabelString: Close
*history_popup*Apply.labelString: Create Bookmark
*history_popup*ApplyLabelString: Create Bookmark
*source_popup.title: Netscape: View Source
*source_popup*save.labelString: Save...
*source_popup*OK.labelString: OK
*source_popup*text.editable: False
*source_popup*text.cursorPositionVisible: False
*source_popup*text.wordWrap: True
*source_popup*text.scrollHorizontal: False
*source_popup*urlLabel.labelString: Location:
*source_popup*titleLabel.labelString: Title:
*source_popup*titleLabel.leftOffset: 0
*source_popup*titleLabel.rightOffset: 4
*source_popup*titleLabel.alignment: ALIGNMENT_END
*source_popup*urlLabel.topOffset: 0
*source_popup*urlLabel.leftOffset: 0
*source_popup*urlLabel.rightOffset: 4
*source_popup*urlLabel.alignment: ALIGNMENT_END
*source_popup*titleText.leftOffset: 0
*source_popup*titleText.rightOffset: 0
*source_popup*urlText.leftOffset: 0
*source_popup*urlText.rightOffset: 0
*source_popup*text.leftOffset: 0
*source_popup*text.rightOffset: 0
*source_popup*XmScrolledWindow.topOffset: 8
*source_popup*text.columns: 60
*source_popup*text.rows: 20
*docinfo_popup.title: Netscape: Document Information
*docinfo_popup*OK.labelString: OK
*docinfo_popup*titleLabel.labelString: Title:
*docinfo_popup*urlLabel.labelString: Location:
*docinfo_popup*modifiedLabel.labelString: Last Modified:
*docinfo_popup*sourceLabel.labelString: Source:
*docinfo_popup*charsetLabel.labelString: Encoding:
*docinfo_popup*dpyLabel.labelString: Visual:
*docinfo_popup*securityFrame.label.labelString: Security Information
*docinfo_popup*certificateLabel.labelString: Server Certificate:
*docinfo_popup*certificateText.columns: 60
*docinfo_popup*certificateText.rows: 6
*docinfo_popup*certificateText.wordWrap: True
*docinfo_popup*certificateText.scrollHorizontal:False
*docinfo_popup*scrollBarDisplayPolicy: AS_NEEDED
*docinfo_popup*scrollingPolicy: AUTOMATIC
*docinfo_popup*securityText.wordWrap: True
*docinfo_popup*securityText.scrollHorizontal: False
*docinfo_popup*urlLabel.topOffset: 0
*docinfo_popup*urlLabel.leftOffset: 0
*docinfo_popup*urlLabel.rightOffset: 4
*docinfo_popup*urlLabel.alignment: ALIGNMENT_END
*docinfo_popup*titleLabel.leftOffset: 0
*docinfo_popup*titleLabel.rightOffset: 4
*docinfo_popup*titleLabel.alignment: ALIGNMENT_END
*docinfo_popup*modifiedLabel.topOffset: 0
*docinfo_popup*modifiedLabel.leftOffset: 0
*docinfo_popup*modifiedLabel.rightOffset: 4
*docinfo_popup*modifiedLabel.alignment: ALIGNMENT_END
*docinfo_popup*charsetLabel.topOffset: 0
*docinfo_popup*charsetLabel.leftOffset: 0
*docinfo_popup*charsetLabel.rightOffset: 4
*docinfo_popup*charsetLabel.alignment: ALIGNMENT_END
*docinfo_popup*sourceLabel.topOffset: 0
*docinfo_popup*sourceLabel.leftOffset: 0
*docinfo_popup*sourceLabel.rightOffset: 4
*docinfo_popup*sourceLabel.alignment: ALIGNMENT_END
! add 5 to dpyLabel.topOffset to align label with text baseline (gag)
*docinfo_popup*dpyLabel.topOffset: 5
*docinfo_popup*dpyLabel.leftOffset: 0
*docinfo_popup*dpyLabel.rightOffset: 4
*docinfo_popup*dpyLabel.alignment: ALIGNMENT_END
*docinfo_popup*dpyText.rows: 3
*docinfo_popup*dpyText.columns: 48
*docinfo_popup*titleText.columns: 40
*docinfo_popup*securityFrame.topOffset: 10
*docinfo_popup*keyDescLabel.leftOffset: 14
*docinfo_popup*keyDescLabel.rightOffset: 14
*docinfo_popup*keyDescLabel.alignment: ALIGNMENT_BEGINNING
*docinfo_popup*certificateLabel.leftOffset: 10
*docinfo_popup*certificateLabel.rightOffset: 10
*docinfo_popup*certificateLabel.alignment: ALIGNMENT_BEGINNING
*docinfo_popup*securityLabel.leftOffset: 14
*docinfo_popup*securityLabel.rightOffset: 14
*docinfo_popup*securityLabel.alignment: ALIGNMENT_BEGINNING
*docinfo_popup*XmScrolledWindow.leftOffset: 10
*docinfo_popup*XmScrolledWindow.rightOffset: 10
*docinfo*noSecurityMessage:\
This version of Netscape does not have security built in.
*docinfo*securityLabel.labelString:\
Security protects Internet documents you receive and information you send\n\
back with server authentication, privacy using encryption, and data\n\
integrity. You can see a document's security status using the key/broken\n\
key icon in the status area or the colorbar above the content area (blue for\n\
secure; gray for insecure). Consult the Handbook or the `On Security' page\n\
for details.
*mailto_popup.title: Netscape: Mail
*mailto_popup*fromLabel.labelString: From:
*mailto_popup*toLabel.labelString: Mail To:
*mailto_popup*newsgroupsLabel.labelString: Post To:
*mailto_popup*subjectLabel.labelString: Subject:
*mailto_popup*attachLabel.labelString: Attachment:
*mailto_popup*attachButton.labelString: Attach...
*mailto_popup*bodyText.wordWrap: True
*mailto_popup*bodyText.scrollHorizontal: False
*mailto_popup*attachButton.marginWidth: 10
*mailto_popup*fromLabel.alignment: ALIGNMENT_END
*mailto_popup*toLabel.alignment: ALIGNMENT_END
*mailto_popup*newsgroupsLabel.alignment: ALIGNMENT_END
*mailto_popup*subjectLabel.alignment: ALIGNMENT_END
*mailto_popup*attachLabel.alignment: ALIGNMENT_END
*mailto_popup*fromLabel.rightOffset: 4
*mailto_popup*toLabel.rightOffset: 0
*mailto_popup*subjectLabel.rightOffset: 0
*mailto_popup*bodyText.topOffset: 8
*mailto_popup*bodyText.columns: 80
*mailto_popup*bodyText.rows: 15
*mailto_popup*mailto.OK.labelString: Send
*mailto_popup*mailto.OkLabelString: Send
*mailto_popup*mailto.Cancel.labelString: Cancel
*mailto_popup*mailto.CancelLabelString: Cancel
*mailto_popup*citeButton.labelString: Quote Document
!*mailto_popup*preeditType: overthespot
! Some people just aren't too hip.
!*defaultMailtoText: Hey, check out this cool URL:\n\n
*attach_popup.title: Netscape: Attach Document
*attach_popup*attach.Cancel.labelString: Cancel
*attach_popup*label.labelString: \
Add the following attachment after the message:
*attach_popup*docToggle.labelString: Document:
*attach_popup*attachURLLabel.labelString: Attach As:
*attach_popup*textToggle.labelString: Document Text
*attach_popup*sourceToggle.labelString: Document Source
*attach_popup*postscriptToggle.labelString: PostScript
*attach_popup*fileToggle.labelString: File:
*attach_popup*browseButton.labelString: Browse...
*attach_popup*attach.OK.labelString: Attach
*attach_popup*attach.OkLabelString: Attach
*attach_popup*XmLabelGadget.alignment: ALIGNMENT_BEGINNING
*attach_popup*indicatorType: ONE_OF_MANY
*attach_popup*docToggle.leftOffset: 20
*attach_popup*docToggle.topOffset: 20
*attach_popup*fileToggle.topOffset: 20
*attach_popup*fileToggle.leftOffset: 0
*attach_popup*fileToggle.bottomOffset: 20
*attach_popup*attachURLLabel.topOffset: 10
*attach_popup*attachURLLabel.leftOffset: 80
*attach_popup*textToggle.leftOffset: 80
*attach_popup*urlText.columns: 40
*attach_popup*XmPushButtonGadget.marginWidth: 10
*attach_popup*XmPushButtonGadget.marginHeight: 5
*attach_popup*browseButton.rightOffset: 10
*formatType*none.labelString: No Attachment
*formatType*text.labelString: Text
*formatType*formattedText.labelString: Formatted Text
*formatType*html.labelString: Source
*formatType*tree.labelString: Source and Images
*formatType*ps.labelString: PostScript
*formatType*url.labelString: URL Only
*preferences_popup.title: Netscape: Preferences
*preferences*OkLabelString: OK
*preferences*Apply.labelString: Cancel
*preferences*ApplyLabelString: Cancel
*preferences*Cancel.labelString: Defaults
*preferences*CancelLabelString: Defaults
*preferences*prefsPopup.styles.labelString: Window and Link Styles
*preferences*prefsPopup.colors.labelString: Fonts and Colors
*preferences*prefsPopup.mail.labelString: Mail and News
*preferences*prefsPopup.cache.labelString: Cache and Network
*preferences*prefsPopup.images.labelString: Images and Security
*preferences*prefsPopup.dirs.labelString: Applications and Directories
*preferences*prefsPopup.helpers.labelString: Helper Applications
*preferences*prefsPopup.proxies.labelString: Proxies
*preferences*prefsPopup*alignment: ALIGNMENT_BEGINNING
*preferences*prefsButton*alignment: ALIGNMENT_BEGINNING
*preferences*OptionLabel*alignment: ALIGNMENT_BEGINNING
*preferences*OptionButton*alignment: ALIGNMENT_BEGINNING
!*preferences_popup*preeditType: none
*preferences*windowFrame*windowBoxLabel.labelString: Window Styles
*preferences*windowFrame*toolbarLabel.labelString: Show Toolbar As:
*preferences*windowFrame*icons.labelString: Pictures
*preferences*windowFrame*text.labelString: Text
*preferences*windowFrame*both.labelString: Both
*preferences*windowFrame*startLabel.labelString: Start With:
*preferences*windowFrame*blank.labelString: Blank Page
*preferences*windowFrame*home.labelString: Home Page Location:
*preferences*windowFrame*fontLabel.labelString: Font Style:
*preferences*windowFrame*small.labelString: Small
*preferences*windowFrame*medium.labelString: Medium
*preferences*windowFrame*large.labelString: Large
*preferences*windowFrame*huge.labelString: Huge
*preferences*windowFrame*toolbarLabel.alignment: ALIGNMENT_END
*preferences*windowFrame*startLabel.alignment: ALIGNMENT_END
*preferences*windowFrame*fontLabel.alignment: ALIGNMENT_END
*preferences*windowFrame*XmLabel.leftOffset: 10
*preferences*windowFrame*XmLabelGadget.leftOffset: 10
*preferences*windowFrame*XmTextField.rightOffset: 10
*preferences*windowFrame*toolbarLabel.topOffset: 15
*preferences*windowFrame*icons.topOffset: 15
*preferences*windowFrame*text.topOffset: 15
*preferences*windowFrame*both.topOffset: 15
*preferences*windowFrame*startLabel.topOffset: 15
*preferences*windowFrame*blank.topOffset: 15
*preferences*windowFrame*home.topOffset: 15
*preferences*windowFrame*fontLabel.topOffset: 15
*preferences*windowFrame*small.topOffset: 15
*preferences*windowFrame*medium.topOffset: 15
*preferences*windowFrame*large.topOffset: 15
*preferences*windowFrame*huge.topOffset: 15
*preferences*windowFrame*fontLabel.bottomOffset: 15
*preferences*windowFrame*toolbarLabel.rightOffset: 10
*preferences*windowFrame*startLabel.rightOffset: 10
*preferences*windowFrame*fontLabel.rightOffset: 10
*preferences*windowFrame.topOffset: 10
*preferences*windowFrame*XmToggleButtonGadget.indicatorType: ONE_OF_MANY
*preferences*encodingFrame*encodingBoxLabel.labelString: Encoding
*preferences*encodingFrame*encodingOption.labelString: Document Encoding :
*preferences*encodingFrame*encodingList*Latin1.labelString: Latin1
*preferences*encodingFrame*encodingList*SJIS.labelString: SJIS
*preferences*encodingFrame*encodingList*EUC-JP.labelString: EUC-JP
*preferences*encodingFrame*encodingList*ISO-2022-KR.labelString:ISO-2022-KR
*preferences*encodingFrame*encodingList*EUC-KR.labelString: EUC-KR
*preferences*encodingFrame*encodingList*EUC-CN.labelString: EUC-CN
*preferences*encodingFrame*encodingList*EUC-TW.labelString: EUC-TW
*preferences*encodingFrame*encodingList*BIG5.labelString: BIG5
*preferences*encodingFrame*autoselect.labelString: Autoselect
*preferences*linkFrame*linkBoxLabel.labelString: Link Styles
*preferences*linkFrame*underline.labelString: Underline Links
*preferences*linkFrame*followedLinkLabel.labelString: Followed Link Color:
*preferences*linkFrame*unfollowedLinkLabel.labelString: Unfollowed Link Color:
*preferences*linkFrame*expireLabel.labelString: Followed Links Expire:
*preferences*linkFrame*expireAfter.labelString: After:
*preferences*linkFrame*expireDaysLabel.labelString: Days
*preferences*linkFrame*expireDays.columns: 3
*preferences*linkFrame*expireNever.labelString: Never
*preferences*linkFrame*expireNow.labelString: Now
*preferences*linkFrame*followedLinkLabel.alignment: ALIGNMENT_END
*preferences*linkFrame*unfollowedLinkLabel.alignment: ALIGNMENT_END
*preferences*linkFrame*indicatorType: ONE_OF_MANY
*preferences*linkFrame*underline.indicatorType: N_OF_MANY
*preferences*linkFrame*XmLabel.leftOffset: 10
*preferences*linkFrame*XmLabelGadget.leftOffset: 10
*preferences*linkFrame*expireDays.topOffset: 10
*preferences*linkFrame*expireDays.bottomOffset: 10
*preferences*linkFrame*expireNow.marginWidth: 10
*preferences*linkFrame*underline.leftOffset: 10
*preferences*linkFrame*expireLabel.leftOffset: 10
*preferences*linkFrame*expireDaysLabel.leftOffset: 0
*preferences*linkFrame*expireDays.rightOffset: 0
*preferences*linkFrame*expireNever.leftOffset: 20
*preferences*linkFrame*expireNow.leftOffset: 20
*preferences*linkFrame*expireLabel.rightOffset: 10
*preferences*linkFrame.topOffset: 10
*preferences*mailFrame*mailBoxLabel.labelString: Mail
*preferences*mailFrame*mailBoxLabel.topOffset: -4
*preferences*mailFrame*mailBoxLabel.leftOffset: 10
*preferences*mailFrame*smtpLabel.labelString: Mail (SMTP) Server:
*preferences*mailFrame*nameLabel.labelString: Your Name:
*preferences*mailFrame*mailLabel.labelString: Your Email:
*preferences*mailFrame*orgLabel.labelString: Your Organization:
*preferences*mailFrame*sigLabel.labelString: Signature File:
*preferences*mailFrame*8bitLabel.labelString: Send and Post:
*preferences*mailFrame*8bitToggle.labelString: Allow 8-bit
*preferences*mailFrame*qpToggle.labelString: MIME Compliant (Quoted Printable)
*preferences*mailFrame*sigBrowse.labelString: Browse...
*preferences*mailFrame*XmLabel.leftOffset: 4
*preferences*mailFrame*XmLabelGadget.leftOffset: 4
*preferences*mailFrame*XmTextField.rightOffset: 10
*preferences*mailFrame*sigBrowse.rightOffset: 10
*preferences*mailFrame*smtpText.topOffset: 10
*preferences*mailFrame*mailText.bottomOffset: 15
*preferences*mailFrame*orgText.bottomOffset: 15
*preferences*mailFrame*sigText.bottomOffset: 15
*preferences*mailFrame*sigText.columns: 35
*preferences*mailFrame*8bitToggle.bottomOffset: 4
*preferences*mailFrame.topOffset: 10
*preferences*mailFrame*XmLabel.alignment: ALIGNMENT_END
*preferences*mailFrame*XmLabelGadget.alignment: ALIGNMENT_END
*preferences*mailFrame*XmPushButtonGadget.leftOffset: 8
*preferences*mailFrame*XmPushButtonGadget.rightOffset: 8
*preferences*mailFrame*XmPushButtonGadget.marginWidth: 10
*preferences*mailFrame*8bitToggle.indicatorType: ONE_OF_MANY
*preferences*mailFrame*qpToggle.indicatorType: ONE_OF_MANY
*preferences*newsFrame*newshostLabel.labelString: News (NNTP) Server:
*preferences*newsFrame*newsrcLabel.labelString: News RC Directory:
*preferences*newsFrame*newsrcBrowse.labelString: Browse...
*preferences*newsFrame*newsMaxLabel.labelString: Show:
*preferences*newsFrame*newsMaxSuffix.labelString: Articles at a Time
*preferences*newsFrame*newsMaxSuffix.leftOffset: 0
*preferences*newsFrame*newsMaxText.columns: 5
*preferences*newsFrame*newsBoxLabel.labelString: News
*preferences*newsFrame*XmLabel.alignment: ALIGNMENT_END
*preferences*newsFrame*XmLabelGadget.alignment: ALIGNMENT_END
*preferences*newsFrame*newsMaxSuffix.alignment: ALIGNMENT_BEGINNING
*preferences*newsFrame*XmTextField.rightOffset: 10
*preferences*newsFrame*XmLabel.leftOffset: 4
*preferences*newsFrame*XmLabelGadget.leftOffset: 4
*preferences*newsFrame*XmLabel.rightOffset: 4
*preferences*newsFrame*XmLabelGadget.rightOffset: 4
*preferences*newsFrame*newsMaxText.bottomOffset: 10
*preferences*newsFrame.topOffset: 10
*preferences*newsFrame*XmPushButtonGadget.marginWidth: 10
*preferences*newsFrame*XmPushButtonGadget.rightOffset: 10
*preferences*newsFrame*newsrcText.columns: 35
*preferences*cacheFrame*cacheBoxLabel.labelString: Cache
*preferences*cacheFrame*memoryLabel.labelString: Memory Cache:
*preferences*cacheFrame*diskLabel.labelString: Disk Cache:
*preferences*cacheFrame*dirLabel.labelString: Disk Cache Directory:
*preferences*cacheFrame*verifyLabel.labelString: Verify Document:
*preferences*cacheFrame*onceToggle.labelString: Once per session
*preferences*cacheFrame*everyToggle.labelString: Every time
*preferences*cacheFrame*expiredToggle.labelString: Never
*preferences*cacheFrame*browse.labelString: Browse...
*preferences*cacheFrame*k.labelString: Kilobytes
*preferences*cacheFrame*memClear.labelString: Clear Memory Cache Now
*preferences*cacheFrame*diskClear.labelString: Clear Disk Cache Now
*preferences*cacheFrame*memoryText.columns: 6
*preferences*cacheFrame*diskText.columns: 6
*preferences*cacheFrame*cacheDirText.columns: 15
*preferences*cacheFrame*alignment: ALIGNMENT_BEGINNING
*preferences*cacheFrame*memoryLabel.alignment: ALIGNMENT_END
*preferences*cacheFrame*diskLabel.alignment: ALIGNMENT_END
*preferences*cacheFrame*dirLabel.alignment: ALIGNMENT_END
*preferences*cacheFrame*verifyLabel.alignment: ALIGNMENT_END
*preferences*cacheFrame*memClear.leftOffset: 25
*preferences*cacheFrame*diskClear.leftOffset: 25
*preferences*cacheFrame*browse.rightOffset: 10
*preferences*cacheFrame*browse.bottomOffset: 10
*preferences*cacheFrame*memoryText.bottomOffset: 10
*preferences*cacheFrame*onceToggle.bottomOffset: 10
*preferences*cacheFrame*cacheDirText.bottomOffset: 10
*preferences*cacheFrame*indicatorType: ONE_OF_MANY
*preferences*cacheFrame*browse.marginWidth: 10
*preferences*cacheFrame*memClear.marginWidth: 10
*preferences*cacheFrame*diskClear.marginWidth: 10
*preferences*netFrame*netBoxLabel.labelString: Network
*preferences*netFrame*bufLabel.labelString: Network Buffer Size:
*preferences*netFrame*connLabel.labelString: Connections:
*preferences*netFrame*connSuffix.labelString: \
(Maximum number of simultaneous network connections)
*preferences*netFrame*k.labelString: Kilobytes
*preferences*netFrame*connSuffix.rightOffset: 10
*preferences*netFrame*networkFrame.topOffset: 10
*preferences*netFrame*bufText.columns: 6
*preferences*netFrame*connText.columns: 6
*preferences*netFrame*alignment: ALIGNMENT_BEGINNING
*preferences*netFrame*bufLabel.alignment: ALIGNMENT_END
*preferences*netFrame*connLabel.alignment: ALIGNMENT_END
*preferences*netFrame*bufText.bottomOffset: 10
*preferences*netFrame*connText.bottomOffset: 10
*preferences*appsFrame*appsBoxLabel.labelString: Supporting Applications
*preferences*appsFrame*telnetLabel.labelString: Telnet Application:
*preferences*appsFrame*tn3270Label.labelString: TN3270 Application:
*preferences*appsFrame*rloginLabel.labelString: Rlogin Application:
*preferences*appsFrame*rloginUserLabel.labelString: Rlogin with User:
*preferences*appsFrame*appsFrame.topOffset: 10
*preferences*appsFrame*rloginUserText.bottomOffset: 10
*preferences*appsFrame*XmLabel.alignment: ALIGNMENT_END
*preferences*appsFrame*XmLabelGadget.alignment: ALIGNMENT_END
*preferences*dirsFrame*dirsBoxLabel.labelString: Directories
*preferences*dirsFrame*tmpLabel.labelString: Temporary Directory:
*preferences*dirsFrame*bookLabel.labelString: Bookmark File:
*preferences*dirsFrame*tmpBrowse.labelString: Browse...
*preferences*dirsFrame*bookBrowse.labelString: Browse...
*preferences*dirsFrame*dirsFrame.topOffset: 10
*preferences*dirsFrame*tmpText.columns: 37
*preferences*dirsFrame*tmpText.bottomOffset: 10
*preferences*dirsFrame*bookText.bottomOffset: 10
*preferences*dirsFrame*XmLabel.alignment: ALIGNMENT_END
*preferences*dirsFrame*XmLabelGadget.alignment: ALIGNMENT_END
*preferences*dirsFrame.topOffset: 10
*preferences*dirsFrame*XmPushButtonGadget.marginWidth: 10
*preferences*dirsFrame*XmPushButtonGadget.rightOffset: 10
*preferences*imagesFrame*imagesBoxLabel.labelString: Images
*preferences*imagesFrame*colors.labelString: Colors:
*preferences*imagesFrame*dither.labelString: Dither to Color Cube
*preferences*imagesFrame*closest.labelString: Use Closest Color in Color Cube
*preferences*imagesFrame*display.labelString: Display Images:
*preferences*imagesFrame*while.labelString: While Loading
*preferences*imagesFrame*after.labelString: After Loading
*preferences*imagesFrame*imagesFrame.topOffset: 10
*preferences*imagesFrame*closest.rightOffset: 10
*preferences*imagesFrame*while.bottomOffset: 10
*preferences*imagesFrame*XmLabelGadget.alignment: ALIGNMENT_END
*preferences*imagesFrame*XmToggleButtonGadget.alignment:ALIGNMENT_BEGINNING
*preferences*imagesFrame*indicatorType: ONE_OF_MANY
*preferences*imagesFrame*after.bottomOffset: 10
*preferences*securityFrame*securityBoxLabel.labelString: Security Alerts
*preferences*securityFrame*alertLabel.labelString: Show a Popup Alert Before:
*preferences*securityFrame*enterToggle.labelString: \
Entering a Secure Document Space (Server)
*preferences*securityFrame*leaveToggle.labelString: \
Leaving a Secure Document Space (Server)
*preferences*securityFrame*mixedToggle.labelString: \
Viewing a Document with a Secure/Insecure Mix
*preferences*securityFrame*alignment: ALIGNMENT_BEGINNING
*preferences*securityFrame*submitToggle.labelString: \
Submitting a Form Insecurely
*preferences*securityFrame*alertLabel.topOffset: 10
*preferences*securityFrame*alertLabel.leftOffset: 10
*preferences*securityFrame*enterToggle.topOffset: 10
*preferences*securityFrame*enterToggle.leftOffset: 20
*preferences*securityFrame*submitToggle.bottomOffset: 10
*preferences*securityFrame*enterToggle.rightOffset: 10
*preferences*securityFrame*leaveToggle.rightOffset: 10
*preferences*securityFrame*mixedToggle.rightOffset: 10
*preferences*securityFrame*submitToggle.rightOffset: 10
*preferences*securityFrame.topOffset: 10
*preferences*proxiesFrame*proxiesBoxLabel.labelString: Proxies
*preferences*proxiesFrame*ftpLabel.labelString: FTP Proxy:
*preferences*proxiesFrame*gopherLabel.labelString: Gopher Proxy:
*preferences*proxiesFrame*httpLabel.labelString: HTTP Proxy:
*preferences*proxiesFrame*httpsLabel.labelString: Security Proxy:
*preferences*proxiesFrame*waisLabel.labelString: WAIS Proxy:
*preferences*proxiesFrame*noLabel.labelString: No Proxy for:
*preferences*proxiesFrame*socksLabel.labelString: SOCKS Host:
*preferences*proxiesFrame*portLabel.labelString: Port:
*preferences*proxiesFrame*XmLabel.alignment: ALIGNMENT_END
*preferences*proxiesFrame*XmLabelGadget.alignment: ALIGNMENT_END
*preferences*proxiesFrame*XmTextField.columns: 37
*preferences*proxiesFrame*ftpPort.columns: 5
*preferences*proxiesFrame*ftpText.rightOffset: 10
*preferences*proxiesFrame*ftpPort.rightOffset: 10
*preferences*proxiesFrame*proxiesBoxLabel.leftOffset: 10
*preferences*proxiesFrame*proxiesBoxLabel.topOffset: -4
*preferences*proxiesFrame*XmLabel.leftOffset: 10
*preferences*proxiesFrame*XmLabelGadget.leftOffset: 10
*preferences*proxiesFrame*portLabel.leftOffset: 10
*preferences*proxiesFrame*noText.bottomOffset: 10
*preferences*proxiesFrame*socksText.topOffset: 15
*preferences*proxiesFrame*socksText.bottomOffset: 10
*preferences*helperFrame*helperBoxLabel.labelString: MIME Configuration Files
*preferences*helperFrame*globalMimeTypesLabel.labelString: Global Types File:
*preferences*helperFrame*privateMimeTypesLabel.labelString:Personal Types File:
*preferences*helperFrame*globalMailcapLabel.labelString: Global Mailcap File:
*preferences*helperFrame*privateMailcapLabel.labelString:Personal Mailcap File:
*preferences*helperFrame*globalMimeTypesBrowseButton.labelString: Browse...
*preferences*helperFrame*privateMimeTypesBrowseButton.labelString: Browse...
*preferences*helperFrame*globalMailcapBrowseButton.labelString: Browse...
*preferences*helperFrame*privateMailcapBrowseButton.labelString: Browse...
*preferences*helperFrame*globalMimeTypesBrowseButton.marginWidth: 10
*preferences*helperFrame*privateMimeTypesBrowseButton.marginWidth: 10
*preferences*helperFrame*globalMailcapBrowseButton.marginWidth: 10
*preferences*helperFrame*privateMailcapBrowseButton.marginWidth: 10
*preferences*helperFrame*XmLabel.rightOffset: 4
*preferences*helperFrame*XmLabelGadget.rightOffset: 4
*preferences*helperFrame*XmLabel.alignment: ALIGNMENT_END
*preferences*helperFrame*XmLabelGadget.alignment: ALIGNMENT_END
*preferences*helperFrame*XmTextField.columns: 35
*preferences*helperFrame*globalMailcapText.topOffset: 10
*preferences*helperFrame*privateMailcapText.bottomOffset: 10
*preferences*helperFrame*XmPushButtonGadget.leftOffset: 10
*preferences*helperFrame*XmPushButtonGadget.rightOffset: 10
*enteringSecureDialog_popup.title: Netscape: Secure Document
*enteringSecureDialog*toggle.labelString: Show this Alert Next Time
*enteringSecureDialog*toggle.alignment: ALIGNMENT_BEGINNING
*enteringSecureDialog*toggle.leftOffset: 100
*enteringSecureDialog.selectionLabelString:\
You have requested a secure document. The document and any information\n\
you send back are encrypted for privacy while in transit.\n\
For more information on security choose Document Information from the File \
menu.
*leavingSecureDialog_popup.title: Netscape: Security Warning
*leavingSecureDialog*toggle.labelString: Show this Alert Next Time
*leavingSecureDialog*toggle.alignment: ALIGNMENT_BEGINNING
*leavingSecureDialog.OkLabelString: Continue Loading
*leavingSecureDialog.CancelLabelString: Cancel Loading
*leavingSecureDialog*toggle.leftOffset: 100
*leavingSecureDialog.selectionLabelString:\
You have requested an insecure document. The document and any information\n\
you send back could be observed by a third party while in transit.\n\
For more information on security choose Document Information from the File \
menu.
*mixedSecurityDialog_popup.title: Netscape: Security Warning
*mixedSecurityDialog*toggle.labelString: Show this Alert Next Time
*mixedSecurityDialog*toggle.alignment: ALIGNMENT_BEGINNING
*mixedSecurityDialog*toggle.leftOffset: 100
*mixedSecurityDialog.selectionLabelString:\
You have requested a secure document that contains some insecure \
information.\n\
\n\
The insecure information will not be shown.\n\
For more information on security choose Document Information from the File \
menu.
*redirectionToInsecureDialog_popup.title: Netscape: Security Warning
*redirectionToInsecureDialog*toggle.labelString:Show this Alert Next Time
*redirectionToInsecureDialog*toggle.alignment: ALIGNMENT_BEGINNING
*redirectionToInsecureDialog.OkLabelString: Continue Loading
*redirectionToInsecureDialog.CancelLabelString: Cancel Loading
*redirectionToInsecureDialog*toggle.leftOffset: 100
*redirectionToInsecureDialog.selectionLabelString:\
Warning! You have requested an insecure document that was\n\
originally designated a secure document (the location has been\n\
redirected from a secure to an insecure document). The document\n\
and any information you send back could be observed by a third\n\
party while in transit.
*insecurePostFromSecureDocDialog_popup.title: Netscape: Security Warning
*insecurePostFromSecureDocDialog*toggle.labelString: Show this Alert Next Time
*insecurePostFromSecureDocDialog*toggle.alignment: ALIGNMENT_BEGINNING
*insecurePostFromSecureDocDialog.OkLabelString: Continue Submission
*insecurePostFromSecureDocDialog.CancelLabelString: Cancel Submission
*insecurePostFromSecureDocDialog*toggle.leftOffset: 100
*insecurePostFromSecureDocDialog.selectionLabelString:\
Warning! Although this document is secure, any information you\n\
submit is insecure and could be observed by a third party while\n\
in transit. If you are submitting passwords, credit card numbers,\n\
or other information you would like to keep private, it would be\n\
safer for you to cancel the submission.
*insecurePostFromInsecureDocDialog_popup.title: Netscape: Security Warning
*insecurePostFromInsecureDocDialog.OkLabelString: Continue Submission
*insecurePostFromInsecureDocDialog.CancelLabelString: Cancel Submission
*insecurePostFromInsecureDocDialog*toggle.labelString:Show this Alert Next Time
*insecurePostFromInsecureDocDialog*toggle.alignment: ALIGNMENT_BEGINNING
*insecurePostFromInsecureDocDialog*toggle.leftOffset: 100
*insecurePostFromInsecureDocDialog.selectionLabelString:\
The information you submit is insecure and could be observed by\n\
a third party while in transit. If you are submitting passwords,\n\
credit card numbers, or other information you would like to keep\n\
private, it would be safer for you to cancel the submission.
*licenseDialog_popup.title: Netscape: License Agreement
*licenseDialog*label1.labelString:\n\
Netscape is licensed software. Its use is subject to the\n\
terms and conditions of the license agreement below.\n
*licenseDialog*label2.labelString:\n\
If you accept the terms of this license agreement,\n\
press `Accept.' Otherwise press `Do Not Accept.'\n
*licenseDialog*text.columns: 72
*licenseDialog*text.rows: 23
*licenseDialog*text.wordWrap: True
*licenseDialog*text.scrollHorizontal: False
*licenseDialog.accept.labelString: Accept
*licenseDialog.reject.labelString: Do Not Accept
*printSetup_popup.title: Netscape: Print
*printSetup*printToLabel.labelString: Print To:
*printSetup*toPrinterToggle.labelString: Printer
*printSetup*toFileToggle.labelString: File
*printSetup*printCommandLabel.labelString: Print Command:
*printSetup*fileNameLabel.labelString: File Name:
*printSetup*browseButton.labelString: Browse...
*printSetup*printLabel.labelString: Print:
*printSetup*firstFirstToggle.labelString: First Page First
*printSetup*lastFirstToggle.labelString: Last Page First
*printSetup*orientationLabel.labelString: Orientation:
*printSetup*portraitToggle.labelString: Portrait
*printSetup*landscapeToggle.labelString: Landscape
*printSetup*printColorLabel.labelString: Print:
*printSetup*greyscaleToggle.labelString: Greyscale
*printSetup*colorToggle.labelString: Color
*printSetup*paperSizeLabel.labelString: Paper Size:
*printSetup*letterToggle.labelString: Letter (8 1/2 x 11 in.)
*printSetup*legalToggle.labelString: Legal (8 1/2 x 14 in.)
*printSetup*executiveToggle.labelString: Executive (7 1/2 x 10 in.)
*printSetup*a4Toggle.labelString: A4 (210 x 297 mm)
*printSetup*OK.labelString: Print
*printSetup*OkLabelString: Print
*printSetup*CancelLabelString: Cancel
*printSetup*XmLabel.alignment: ALIGNMENT_END
*printSetup*XmLabelGadget.alignment: ALIGNMENT_END
*printSetup*XmToggleButtonGadget.alignment: ALIGNMENT_BEGINNING
*printSetup*XmToggleButtonGadget.indicatorType: ONE_OF_MANY
*printSetup*lastFirstToggle.leftOffset: 10
*printSetup*landscapeToggle.leftOffset: 10
*printSetup*colorToggle.leftOffset: 10
*printSetup*legalToggle.leftOffset: 10
*printSetup*a4Toggle.leftOffset: 10
*printSetup*XmLabel.rightOffset: 10
*printSetup*XmLabelGadget.rightOffset: 10
*printSetup*browseButton.marginHeight: 3
*printSetup*browseButton.marginWidth: 4
*printSetup*line.topOffset: 4
*printSetup*printLabel.topOffset: 4
*printSetup*firstFirstToggle.topOffset: 10
*printSetup*portraitToggle.topOffset: 10
*printSetup*greyscaleToggle.topOffset: 10
*printSetup*letterToggle.topOffset: 10
!*printSetup_popup*preeditType: none
*findDialog_popup.title: Netscape: Find
*findDialog*findLabel.labelString: Find:
*findDialog*findLabel.alignment: ALIGNMENT_END
*findDialog*caseSensitive.labelString: Case Sensitive
*findDialog*backwards.labelString: Find Backwards
*findDialog*backwards.leftOffset: 20
*findDialog*caseSensitive.alignment: ALIGNMENT_BEGINNING
*findDialog*backwards.alignment: ALIGNMENT_BEGINNING
*findDialog*XmToggleButtonGadget.indicatorType: N_OF_MANY
*findDialog*XmToggleButtonGadget.visibleWhenOff:True
*findDialog*OK.labelString: Find
*findDialog*OkLabelString: Find
*findDialog*Apply.labelString: Clear
*findDialog*ApplyLabelString: Clear
*findDialog*Cancel.labelString: Close
*findDialog*CancelLabelString: Close
!*findDialog_popup*preeditType: overthespot
*openURL_popup.title: Netscape: Open Location
*openURL*openURLLabel.labelString: Open Location:
*openURL*OK.labelString: Open
*openURL*OkLabelString: Open
*openURL*Apply.labelString: Clear
*openURL*ApplyLabelString: Clear
*openURL*Cancel.labelString: Cancel
*openURL*CancelLabelString: Cancel
*openURL*openURLLabel.alignment: ALIGNMENT_END
*openURL*urlText.columns: 45
*openURL.width: 500
!*openURL_popup*preeditType: none
*message_popup.title: Netscape
*message_popup*OK.labelString: OK
*message_popup*OkLabelString: OK
*error_popup.title: Netscape: Error
*question_popup.title: Netscape: Question
*question_popup*OK.labelString: OK
*question_popup*Cancel.labelString: Cancel
*prompt_popup.title: Netscape: Prompt
*password_popup.title: Netscape: Password
*stdout_popup.title: Netscape: subprocess diagnostics (stdout)
*stderr_popup.title: Netscape: subprocess diagnostics (stderr)
*stdout_stderr_popup.title: Netscape: subprocess diagnostics (stdout/stderr)
*citing_popup.title: Netscape
*citing_popup*messageString: \nQuoting...\n
*printing_popup.title: Netscape
*printing_popup*messageString: \nPrinting...\n
*deliveringMessage_popup.title: Netscape
*deliveringMessage_popup*messageString: \nDelivering message...\n
*saving_popup.title: Netscape
*saving_popup*messageString: \nSaving to disk...\n
*visual_popup.title: Netscape: Change X Visual
*visual_popup*listLabelString: Available Visuals:
*dialog*OK.labelString: OK
*dialog*clear.labelString: Clear
*dialog*Cancel.labelString: Cancel
*dialog*userLabel.labelString: User ID:
*dialog*passwdLabel.labelString: Password:
*dialog*userLabel.alignment: ALIGNMENT_END
*dialog*passwdLabel.alignment: ALIGNMENT_END
*citationQuery_popup.title: Citation Style Question
*citationQuery.selectionLabelString: \n\
You have quoted an entire document instead of attaching it.\n\
\n\
You could, instead, attach the document and it would be\n\
appended to the message, without a `>' at the beginning\n\
of each line. This would make it easier for recipients\n\
to save and use this document.\n\
\n\
Would you like to send this document as an attachment?\n
*citationQuery*OK.labelString: Send as\nText Attachment
*citationQuery*OkLabelString: Send as\nText Attachment
*citationQuery*Apply.labelString: Send as\nQuoted
*citationQuery*ApplyLabelString: Send as\nQuoted
*citationQuery*Cancel.labelString: Cancel
*citationQuery*CancelLabelString: Cancel
*doubleCitationQuery_popup.title: Citation Style Question
*doubleCitationQuery.selectionLabelString: \n\
You have (probably inadvertently) included the same document twice:\n\
first as a citation (meaning: with `>' at the beginning of each line) and\n\
then as an attachment (meaning: as a second part of the message,\n\
included after your new text.)\n\
\n\
Would you like to send an attached document or a quoted document?
*doubleCitationQuery*OK.labelString: Send as\nText Attachment
*doubleCitationQuery*OkLabelString: Send as\nText Attachment
*doubleCitationQuery*Apply.labelString: Send as\nQuoted
*doubleCitationQuery*ApplyLabelString: Send as\nQuoted
*doubleCitationQuery*Cancel.labelString:Cancel
*doubleCitationQuery*CancelLabelString: Cancel
*streamingAudioQuery_popup.title: Audio Question
*streamingAudioQuery.selectionLabelString: \
Would you like to play the data to the external viewer as it comes\n\
from the network, or save to a file and then play from the file?
*streamingAudioQuery*OK.labelString: Play from Network
*streamingAudioQuery*OkLabelString: Play from Network
*streamingAudioQuery*Apply.labelString: Save First
*streamingAudioQuery*ApplyLabelString: Save First
*streamingAudioQuery*Cancel.labelString:Cancel
*streamingAudioQuery*CancelLabelString: Cancel
*fileSelector*filterLabelString: Filter
*fileSelector*dirListLabelString: Directories
*fileSelector*fileListLabelString: Files
*fileSelector*OkLabelString: OK
*fileSelector*ApplyLabelString: Filter
*fileSelector*CancelLabelString: Cancel
*fileSelector.Selection.labelString: Selection
*fileSelector.pattern: *.html
*fileSelector*fileTypeMask: FILE_ANY_TYPE
*fileSelector*saveTypeBox.orientation: HORIZONTAL
*fileSelector*formatType.labelString: Format for Saved Document:
!*fileSelector_popup*preeditType: overthespot
*fileBrowser_popup.title: Netscape: File Browser
*fileBrowser*filterLabelString: Filter
*fileBrowser*dirListLabelString: Directories
*fileBrowser*fileListLabelString: Files
*fileBrowser*Selection.labelString: Selection
*fileBrowser*OkLabelString: OK
*fileBrowser*ApplyLabelString: Filter
*fileBrowser*CancelLabelString: Cancel
*fileBrowser*HelpLabelString: Help
*formSubmitButton.labelString: Submit
*formResetButton.labelString: Reset
*formButton.labelString: Monkey Brains
*bookmark_popup.title: Netscape: Bookmarks
*bookmark*add.labelString: Add Bookmark
*bookmark*goto.labelString: Go To
*bookmark*selectedLabel.labelString: URL
*bookmark*up.labelString: Up
*bookmark*down.labelString: Down
*bookmark*in.labelString: In
*bookmark*out.labelString: Out
*bookmark*find.labelString: Find:
*bookmark*close.labelString: Close
*bookmark*edit.labelString: Edit >>
*bookmark*view.labelString: View Bookmarks...
*bookmark*export.labelString: Export Bookmarks...
*bookmark*import.labelString: Import Bookmarks...
*bookmark*addUnderLabel.labelString: Menu Adds After:
*bookmark*bookmarkMenuLabel.labelString:Menu Starts With:
*bookmark*newURL.labelString: New Bookmark
*bookmark*newHeader.labelString: New Header
*bookmark*newSeparator.labelString: New Separator
*bookmark*bookmarkNameLabel.labelString:Name:
*bookmark*bookmarkURLLabel.labelString: Location:
*bookmark*visitedLabel.labelString: Last Visited:
*bookmark*addedLabel.labelString: Added On:
*bookmark*descriptionLabel.labelString: Description:
*bookmark*done.labelString: << Done Editing
*bookmark*copy.labelString: Copy Item
*bookmark*remove.labelString: Remove Item
*bookmark*leftBox*resizable: False
*bookmark*XmList*visibleItemCount: 14
*bookmark*XmList*listSizePolicy: RESIZE_IF_POSSIBLE
*bookmark*XmPushButton.alignment: ALIGNMENT_CENTER
*bookmark*XmPushButtonGadget.alignment: ALIGNMENT_CENTER
*bookmark*XmLabel.alignment: ALIGNMENT_END
*bookmark*XmLabelGadget.alignment: ALIGNMENT_END
*bookmark*selectedLabel.alignment: ALIGNMENT_BEGINNING
*bookmark*leftBox.leftOffset: 10
*bookmark*leftBox.topOffset: 10
*bookmark*leftBox.bottomOffset: 10
*bookmark*XmScrolledWindow.rightOffset: 10
*bookmark*leftBox*box1.rightOffset: 10
*bookmark*leftBox*box2.rightOffset: 10
*bookmark*leftBox*box3.rightOffset: 10
*bookmark*leftBox*box4.rightOffset: 10
! add 5 to descriptionText.topOffset to align label with text baseline (gag)
*bookmark*descriptionLabel.topOffset: 5
*bookmark*selectedLabel.rightOffset: 10
*bookmark*selectedLabel.recomputeSize: False
*bookmark*rightBox.topOffset: 10
*bookmark*rightBox.bottomOffset: 10
*bookmark*rightBox.rightOffset: 10
*bookmark*rightBox*box2.resizePolicy: RESIZE_GROW
*bookmarkLabelItem.alignment: ALIGNMENT_BEGINNING
*bookmark*box1.marginWidth: 0
*bookmark*box1.marginHeight: 0
*bookmark*box2.marginWidth: 0
*bookmark*box2.marginHeight: 0
*bookmark*box3.marginWidth: 0
*bookmark*box3.marginHeight: 0
*bookmark*box4.marginWidth: 0
*bookmark*box4.marginHeight: 0
*bookmark*box5.marginWidth: 0
*bookmark*box5.marginHeight: 0
*bookmark*leftBox*box2.bottomOffset: 10
*bookmark*leftBox*box3.bottomOffset: 20
*bookmark*rightBox*box2.topOffset: 10
*bookmark*rightBox*box3.topOffset: 20
*bookmark*rightBox*box4.topOffset: 10
*bookmark*rightBox*box4.bottomOffset: 20
*bookmark*descriptionText.wordWrap: True
!*bookmark_popup*preeditType: overthespot
! Need class name in here to defeat *sgiMode and HP-VUE color nonsense...
! On SGIs, not having the class will cause the default SGI colors to
! be used instead of the ones specified here. With VUE, the behavior
! is even worse - if we're using a non-default visual (for example, if
! we have requested a 24-bit TrueColor visual instead of the default
! 8-bit PseudoColor) then VUE will ignore the fact that we're not using
! the default visual, and give us colors allocated from the wrong
! colormap, resulting in lovely effects like brown-on-brown menubars!
!
Netscape*thermo.slider.foreground: #0000BF
Netscape*thermo.slider.background: #69B5B5
Netscape*power.LED.foreground: #0000BF
Netscape*power.LED.background: #69B5B5
! (Note: if you comment this stuff out in an attempt to let the current
! "scheme" override things, you'll find that the colors of the toolbar
! icons and the colors of form elemenets (like option menus) will get
! messed up.)
Netscape*foreground: Black
Netscape*background: #B2B2B2
Netscape*XmTextField.foreground: Black
Netscape*XmText.foreground: Black
Netscape*XmList.foreground: Black
Netscape*XmTextField.background: #D3B5B5
Netscape*XmText.background: #D3B5B5
Netscape*XmList.background: #D3B5B5
! Colors of the "Secure Document" bar.
*secureDocumentColor: #0000BF
*insecureDocumentColor: #B2B2B2
! Various margin sizes
!
*topLeftArea.leftOffset: 0
*topLeftArea.rightOffset: 10
*topLeftArea.topOffset: 0
*topLeftArea.bottomOffset: 0
*urlText.topOffset: 4
*urlText.bottomOffset: 4
*urlText.leftOffset: 4
*urlText.rightOffset: 4
!*urlText.rightOffset: 10
! add 5 to urlText.topOffset to align urlLabel with urlText baseline (gag)
*urlLabel.topOffset: 9
*urlLabel.leftOffset: 10
*urlLabel.rightOffset: 10
*historyMenuBox.topOffset: 0
*historyMenuBox.bottomOffset: 4
*historyMenuBox.leftOffset: 4
*historyMenuBox.rightOffset: 4
*logo.topOffset: 4
*logo.bottomOffset: 4
*logo.leftOffset: 10
*logo.rightOffset: 10
*historyMenuBox.marginHeight: 0
*historyMenuBox.marginWidth: 0
*toolBar*XmPushButton.leftOffset: 2
*toolBar*XmPushButtonGadget.leftOffset: 2
*urlBar*XmPushButton.leftOffset: 2
*urlBar*XmPushButtonGadget.leftOffset: 2
*mouseDocumentation.rightOffset: 4
*toolBar.topOffset: 0
*toolBar.leftOffset: 10
*toolBar.rightOffset: 0
*toolBar.bottomOffset: 0
*urlBar.topOffset: 4
*urlBar.leftOffset: 10
*urlBar.rightOffset: 0
*urlBar.bottomOffset: 0
! Give it a default string to get it sized right...
*mouseDocumentation.labelString: Mozilla
*mouseDocumentation.alignment: ALIGNMENT_BEGINNING
*mouseDocumentation.leftOffset: 10
*docinfoLabel.leftOffset: 4
*dashboard.topOffset: 0
*dashboard.bottomOffset: 0
*dashboard.leftOffset: 0
*dashboard.rightOffset: 10
! To prevent the whole window from flickering when mouseDoc text changes...
*dashboard.resizable: False
*thermo.leftOffset: 4
*thermo.rightOffset: 10
*thermo.topOffset: 4
*thermo.bottomOffset: 4
*thermo.shadowThickness: 2
*thermo.shadowType: SHADOW_IN
*power.topOffset: 4
*power.bottomOffset: 4
*power.shadowThickness: 2
*power.shadowType: SHADOW_IN
*thermo.slider.width: 200
*thermo.slider.height: 5
*power.LED.width: 15
*power.LED.height: 5
*securityBar.topOffset: 4
*securityBar.bottomOffset: 4
*securityBar.shadowThickness: 2
*securityBar.shadowType: SHADOW_IN
*securityBar.LED.height: 2
*topPane.shadowThickness: 2
*bottomPane.shadowThickness: 2
*topPane.shadowType: SHADOW_IN
*bottomPane.shadowType: SHADOW_IN
! Go ahead, try and figure out why some of these need to be on the
! _popup version, and some need to be one level deeper. I dare you.
!*dialog.width: 500
!*history.width: 500
!*mailto.width: 500
!*cache_popup.width: 500
*userConfig_popup.width: 500
*userConfig.width: 500
*fileSelector.width: 500
*fileBrowser.width: 500
! I had to hardcode this in the C code - doesn't work from here...
!*history_popup.allowShellResize: False
! Get rid of all navigation; it's totally broken for Paned windows,
! and for the form widgets under the drawingArea.
*highlightThickness: 0
*navigationType: NONE
! Uh, but turn it back on in the popups (really I'd like to turn it off
! in all non-popups, but I don't think there's a way to specify that...)
*XmDialogShell*highlightThickness: 2
*XmDialogShell*navigationType: TAB_GROUP
! Uh, and turn it on only in text fields of forms.
! But of course this doesn't work quite right.
*drawingArea*XmText.navigationType: TAB_GROUP
*drawingArea*XmTextField.navigationType:TAB_GROUP
! Sorry, things don't display properly if you configure Netscape to put its
! scrollbars on the left or top of the document area.
Netscape*scroller.scrollBarPlacement: BOTTOM_RIGHT
! Put scrollbars right next to text fields in forms (and lists).
*drawingArea*XmScrolledWindow.spacing: 0
! Do not under any circumstances change the following line:
Netscape.version: 1.12IS
! ============================================================================
! Fonts in the widgets.
! These fonts are all down in Motif land, and thus are not controlled by the
! user-selectable font-size option on the Preferences dialog. That applies
! only to fonts in the document display area.
! ============================================================================
!
*fontList: -*-helvetica-bold-r-*-*-*-140-*-*-*-*-iso8859-*
*XmTextField.fontList: -*-courier-medium-r-*-*-*-140-*-*-*-*-iso8859-*
*XmText.fontList: -*-courier-medium-r-*-*-*-140-*-*-*-*-iso8859-*
*XmList*fontList: -*-courier-medium-r-*-*-*-140-*-*-*-*-iso8859-*
! SGI default:
!*menuBar*fontList: -*-helvetica-bold-o-*-*-*-120-*-*-*-*-iso8859-*
! Sensible default:
*menuBar*fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
*menuBar*historyTruncated.fontList:\
-*-helvetica-medium-o-*-*-*-120-*-*-*-*-iso8859-*
*popup*fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
*topArea*fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
*topArea*XmTextField.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
*topArea*XmText.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
!*bookmark*fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
*bookmark*fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
*bookmark*selectedLabel.fontList:\
-*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
*bookmark*XmTextField.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
*bookmark*XmText.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
*mouseDocumentation.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
*docinfoButton.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
*mailto*urlLabel.fontList: -*-helvetica-medium-r-*-*-*-140-*-*-*-*-iso8859-*
*licenseDialog*text.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
! Note: SGI's version of Motif bitches and moans if there is whitespace
! after the commas in a multi-font fontlist specification!!
*bookmark*multiFontList:\
-*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*,\
-*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*=HEADING,\
-*-courier-bold-r-*-*-*-120-*-*-*-*-iso8859-*=ICON
! This is the default charset for documents without the charset parameter
! for MIME Content-type: text. Valid values for *defaultCharset:
! iso-8859-1
! us-ascii
! iso-2022-jp
! x-euc-jp
! x-sjis
! iso-2022-kr
! euc-kr
! gb2312
! x-euc-tw
! big5
*defaultCharset: iso-8859-1
!*defaultCharset: us-ascii
!*defaultCharset: iso-2022-jp
!*defaultCharset: x-euc-jp
!*defaultCharset: x-sjis
!*defaultCharset: iso-2022-kr
!*defaultCharset: euc-kr
!*defaultCharset: gb2312
!*defaultCharset: x-euc-tw
!*defaultCharset: big5
! This table maps MIME charsets to the host's locale names
*Locale.MimeCharset: en_US
*locale.iso-8859-1: en_US
*locale.us-ascii: en_US
*locale.iso-2022-jp: ja_JP.EUC
*locale.x-euc-jp: ja_JP.EUC
*locale.x-sjis: ja_JP.EUC
*locale.iso-2022-kr: ko_KR.euc
*locale.euc-kr: ko_KR.euc
*locale.gb2312: zh_CN.ugb
*locale.x-euc-tw: zh_TW.ucns
*locale.big5: zh_TW.ucns
! This table maps MIME charsets to internal font set indexes
*FontSetIndex.MimeCharset: 0
*fontsetindex.iso-8859-1: 0
*fontsetindex.us-ascii: 0
*fontsetindex.iso-2022-jp: 1
*fontsetindex.x-euc-jp: 1
*fontsetindex.x-sjis: 1
*fontsetindex.iso-2022-kr: 2
*fontsetindex.euc-kr: 2
*fontsetindex.gb2312: 3
*fontsetindex.x-euc-tw: 4
*fontsetindex.big5: 4
! ============================================================================
! Fonts used in the display area.
! ============================================================================
!
! The dimensions are:
! program-specified-size: 0-7
! user-specified-size: small, medium, large, huge
! faces: normal, bold, italic, bold-italic
! families: normal, fixed
! charset: Latin1 (and more to come)
! for a total of 168 possible fonts per charset (but we would only ever load
! 56 at once, and we load lazily in any event.) The following encodes this
! table:
!
! Size Small Medium Large Huge
! ------------------------------------
! 1 6 8 10 12
! 2 8 10 12 14
! 3 10 12 14 18 <--- default size for normal text
! 4 12 14 18 24
! 5 14 18 24 36
! 6 18 24 36 48
! 7 24 36 48 64
!
! The depths to which I had to sink to implement this should be sufficient
! evidence that the X font model sucks a lot.
!
! If you have selected the "Large" font set and still think the fonts are too
! small, it could be that you are using 75dpi fonts on a 100dpi monitor. You
! can see whether you are using 75dpi or 100dpi fonts by looking at the output
! of the command "xset q" - near the end of its output it shows your font path,
! and if directories with 75dpi in their names preceed the 100dpi ones, then
! those are the fonts you are using. You can find out the dots-per-inch of
! your monitor with the "xdpyinfo" command; look for the "resolution:" line.
!
! The resource hierarchy for the fonts used by Netscape is as follows:
!
! *DocumentFonts.XCharset.Family. Face. UserSize.ProgramSize.Attribute:
!
! latin1 variable normal small 1-7 foundry
! fixed bold medium family
! italic large weight
! boldItalic huge ..etc..
! ============================================================================
! Specify default values for all fonts (both fixed-width and variable-width.)
! You should probably use this block only for specifying things like the
! foundry, registry, and encoding. Most of these fields should generally be
! allowed to remain wildcards.
! ============================================================================
!
*documentFonts*foundry: *
*documentFonts*family: *
*documentFonts*weight: *
*documentFonts*slant: *
*documentFonts*swidth: *
*documentFonts*adstyle: *
*documentFonts*pixelsize: *
*documentFonts*pointsize: *
*documentFonts*resx: *
*documentFonts*resy: *
*documentFonts*spacing: *
*documentFonts*avgwidth: *
*documentFonts.latin1*registry: iso8859
*documentFonts.latin1*encoding: 1
*documentFonts.jisx0208*registry: jisx0208.1983
*documentFonts.jisx0208*encoding: 0
*documentFonts.jisx0201*registry: jisx0201.1976
*documentFonts.jisx0201*encoding: 0
*documentFonts.jisx0212*registry: jisx0212.1990
*documentFonts.jisx0212*encoding: 0
*documentFonts.ksc5601*registry: ksc5601.1987
*documentFonts.ksc5601*encoding: 0
*documentFonts.gb2312*registry: gb2312.1980
*documentFonts.gb2312*encoding: 0
*documentFonts.cns11643*registry: *cns11643.1986
*documentFonts.cns11643*encoding: *
! ============================================================================
! Specify default values for all variable-width fonts, regardless of size.
! ============================================================================
!
*documentFonts.latin1.variable*family: times
*documentFonts.latin1.variable.normal*weight: medium
*documentFonts.latin1.variable.normal*slant: r
*documentFonts.latin1.variable.bold*weight: bold
*documentFonts.latin1.variable.bold*slant: r
*documentFonts.latin1.variable.italic*weight: medium
*documentFonts.latin1.variable.italic*slant: i
*documentFonts.latin1.variable.boldItalic*weight: bold
*documentFonts.latin1.variable.boldItalic*slant: i
! To use Helvetica instead of Times, do the following. (The second two lines
! are necessary because Helvetica calls its slanted versions "oblique" while
! Times calls them "italic.")
!*documentFonts.latin1.variable*family: helvetica
!*documentFonts.latin1.variable.italic*slant: o
!*documentFonts.latin1.variable.boldItalic*slant: o
! ============================================================================
! Specify default values for all fixed-width fonts, regardless of size.
! ============================================================================
!
*documentFonts.latin1.fixed*family: courier
*documentFonts.latin1.fixed*spacing: m
*documentFonts.latin1.fixed.normal*weight: medium
*documentFonts.latin1.fixed.normal*slant: r
*documentFonts.latin1.fixed.bold*weight: bold
*documentFonts.latin1.fixed.bold*slant: r
*documentFonts.latin1.fixed.italic*weight: medium
*documentFonts.latin1.fixed.italic*slant: o
*documentFonts.latin1.fixed.boldItalic*weight: bold
*documentFonts.latin1.fixed.boldItalic*slant: o
! To use LucidaTypewriter instead of Times, do the following. (The second two
! lines are necessary because Lucida calls its slanted versions "italic" while
! Times calls them "oblique.")
!*documentFonts.latin1.fixed*family: lucidatypewriter
!*documentFonts.latin1.fixed.italic*slant: i
!*documentFonts.latin1.fixed.boldItalic*slant: i
! ============================================================================
! Specify sizes for all fonts, fixed and variable.
! ============================================================================
!
! The "small," "medium," "large," and "huge" sizes correspond to the user's
! selection of preferred font sizes on the Preferences dialog.
!
! The numeric sizes are specified by the document being viewed, for example,
! normal text is rendered in size 3, and <H1> text is rendered in size 6.
! The <FONT> directive can also be used to specify sizes from 1 to 7.
!
! It is better to specify these resources as "pointsize" rather than
! "pixelsize" so that the font path may be used to select 100dpi or 75dpi
! fonts based on the type of monitor in use, resulting in similar looking
! screens on different hardware. Also note that pixel sizes which exist in
! the 100dpi set won't necessarily exist in the 75dpi set, while the point
! sizes available will generally be the same.
!
! In an optimal world, we could just do it as follows in the commented-out
! portion. But as it happens, We can't use the same sizes for fixed-width
! fonts as for variable-width fonts because a 14-point Courier is visually
! larger than a 14-point Times, which may be a bug in the fonts, or may just
! be an artifact of it being fixed width, I'm not sure. Anyway, things look
! better if the Courier fonts are one increment smaller than the Times or
! Helvetica fonts, at least with the versions of those fonts on the systems
! I've tried. HOWEVER, this is not the case with the pairing of New Century
! Schoolbook and Lucida Typewriter: with those two fonts, the 14 point
! versions look good together. So, your mileage may vary...
!
! *documentFonts*small.1.pointsize: 60
! *documentFonts*small.2.pointsize: 80
! *documentFonts*small.3.pointsize: 100
! *documentFonts*small.4.pointsize: 120
! *documentFonts*small.5.pointsize: 140
! *documentFonts*small.6.pointsize: 180
! *documentFonts*small.7.pointsize: 240
!
! *documentFonts*medium.1.pointsize: 80
! *documentFonts*medium.2.pointsize: 100
! *documentFonts*medium.3.pointsize: 120
! *documentFonts*medium.4.pointsize: 140
! *documentFonts*medium.5.pointsize: 180
! *documentFonts*medium.6.pointsize: 240
! *documentFonts*medium.7.pointsize: 360
!
! *documentFonts*large.1.pointsize: 100
! *documentFonts*large.2.pointsize: 120
! *documentFonts*large.3.pointsize: 140
! *documentFonts*large.4.pointsize: 180
! *documentFonts*large.5.pointsize: 240
! *documentFonts*large.6.pointsize: 360
! *documentFonts*large.7.pointsize: 480
!
! *documentFonts*huge.1.pointsize: 120
! *documentFonts*huge.2.pointsize: 140
! *documentFonts*huge.3.pointsize: 180
! *documentFonts*huge.4.pointsize: 240
! *documentFonts*huge.5.pointsize: 360
! *documentFonts*huge.6.pointsize: 480
! *documentFonts*huge.7.pointsize: 640
! ============================================================================
! Specify sizes for all variable-width fonts.
! ============================================================================
!
*documentFonts.latin1.variable*small.1.pointsize: 60
*documentFonts.latin1.variable*small.2.pointsize: 80
*documentFonts.latin1.variable*small.3.pointsize: 100
*documentFonts.latin1.variable*small.4.pointsize: 120
*documentFonts.latin1.variable*small.5.pointsize: 140
*documentFonts.latin1.variable*small.6.pointsize: 180
*documentFonts.latin1.variable*small.7.pointsize: 240
*documentFonts.latin1.variable*medium.1.pointsize: 80
*documentFonts.latin1.variable*medium.2.pointsize: 100
*documentFonts.latin1.variable*medium.3.pointsize: 120
*documentFonts.latin1.variable*medium.4.pointsize: 140
*documentFonts.latin1.variable*medium.5.pointsize: 180
*documentFonts.latin1.variable*medium.6.pointsize: 240
*documentFonts.latin1.variable*medium.7.pointsize: 360
*documentFonts.latin1.variable*large.1.pointsize: 100
*documentFonts.latin1.variable*large.2.pointsize: 120
*documentFonts.latin1.variable*large.3.pointsize: 140
*documentFonts.latin1.variable*large.4.pointsize: 180
*documentFonts.latin1.variable*large.5.pointsize: 240
*documentFonts.latin1.variable*large.6.pointsize: 360
*documentFonts.latin1.variable*large.7.pointsize: 480
*documentFonts.latin1.variable*huge.1.pointsize: 120
*documentFonts.latin1.variable*huge.2.pointsize: 140
*documentFonts.latin1.variable*huge.3.pointsize: 180
*documentFonts.latin1.variable*huge.4.pointsize: 240
*documentFonts.latin1.variable*huge.5.pointsize: 360
*documentFonts.latin1.variable*huge.6.pointsize: 480
*documentFonts.latin1.variable*huge.7.pointsize: 640
! ============================================================================
! Specify sizes for all fixed-width fonts; see comment above.
! ============================================================================
!
*documentFonts.latin1.fixed*small.1.pointsize: 40
*documentFonts.latin1.fixed*small.2.pointsize: 60
*documentFonts.latin1.fixed*small.3.pointsize: 80
*documentFonts.latin1.fixed*small.4.pointsize: 100
*documentFonts.latin1.fixed*small.5.pointsize: 120
*documentFonts.latin1.fixed*small.6.pointsize: 140
*documentFonts.latin1.fixed*small.7.pointsize: 180
*documentFonts.latin1.fixed*medium.1.pointsize: 60
*documentFonts.latin1.fixed*medium.2.pointsize: 80
*documentFonts.latin1.fixed*medium.3.pointsize: 100
*documentFonts.latin1.fixed*medium.4.pointsize: 120
*documentFonts.latin1.fixed*medium.5.pointsize: 140
*documentFonts.latin1.fixed*medium.6.pointsize: 180
*documentFonts.latin1.fixed*medium.7.pointsize: 240
*documentFonts.latin1.fixed*large.1.pointsize: 80
*documentFonts.latin1.fixed*large.2.pointsize: 100
*documentFonts.latin1.fixed*large.3.pointsize: 120
*documentFonts.latin1.fixed*large.4.pointsize: 140
*documentFonts.latin1.fixed*large.5.pointsize: 180
*documentFonts.latin1.fixed*large.6.pointsize: 240
*documentFonts.latin1.fixed*large.7.pointsize: 360
*documentFonts.latin1.fixed*huge.1.pointsize: 100
*documentFonts.latin1.fixed*huge.2.pointsize: 120
*documentFonts.latin1.fixed*huge.3.pointsize: 140
*documentFonts.latin1.fixed*huge.4.pointsize: 180
*documentFonts.latin1.fixed*huge.5.pointsize: 240
*documentFonts.latin1.fixed*huge.6.pointsize: 360
*documentFonts.latin1.fixed*huge.7.pointsize: 480
*documentFonts.jisx0208*small.1.pixelsize: 14
*documentFonts.jisx0208*small.2.pixelsize: 14
*documentFonts.jisx0208*small.3.pixelsize: 14
*documentFonts.jisx0208*small.4.pixelsize: 14
*documentFonts.jisx0208*small.5.pixelsize: 16
*documentFonts.jisx0208*small.6.pixelsize: 16
*documentFonts.jisx0208*small.7.pixelsize: 24
*documentFonts.jisx0208*medium.1.pixelsize: 14
*documentFonts.jisx0208*medium.2.pixelsize: 14
*documentFonts.jisx0208*medium.3.pixelsize: 14
*documentFonts.jisx0208*medium.4.pixelsize: 16
*documentFonts.jisx0208*medium.5.pixelsize: 16
*documentFonts.jisx0208*medium.6.pixelsize: 24
*documentFonts.jisx0208*medium.7.pixelsize: 24
*documentFonts.jisx0208*large.1.pixelsize: 14
*documentFonts.jisx0208*large.2.pixelsize: 14
*documentFonts.jisx0208*large.3.pixelsize: 16
*documentFonts.jisx0208*large.4.pixelsize: 16
*documentFonts.jisx0208*large.5.pixelsize: 24
*documentFonts.jisx0208*large.6.pixelsize: 24
*documentFonts.jisx0208*large.7.pixelsize: 24
*documentFonts.jisx0208*huge.1.pixelsize: 14
*documentFonts.jisx0208*huge.2.pixelsize: 16
*documentFonts.jisx0208*huge.3.pixelsize: 16
*documentFonts.jisx0208*huge.4.pixelsize: 24
*documentFonts.jisx0208*huge.5.pixelsize: 24
*documentFonts.jisx0208*huge.6.pixelsize: 24
*documentFonts.jisx0208*huge.7.pixelsize: 24
*documentFonts.jisx0201*small.1.pixelsize: 14
*documentFonts.jisx0201*small.2.pixelsize: 14
*documentFonts.jisx0201*small.3.pixelsize: 14
*documentFonts.jisx0201*small.4.pixelsize: 14
*documentFonts.jisx0201*small.5.pixelsize: 16
*documentFonts.jisx0201*small.6.pixelsize: 16
*documentFonts.jisx0201*small.7.pixelsize: 24
*documentFonts.jisx0201*medium.1.pixelsize: 14
*documentFonts.jisx0201*medium.2.pixelsize: 14
*documentFonts.jisx0201*medium.3.pixelsize: 14
*documentFonts.jisx0201*medium.4.pixelsize: 16
*documentFonts.jisx0201*medium.5.pixelsize: 16
*documentFonts.jisx0201*medium.6.pixelsize: 24
*documentFonts.jisx0201*medium.7.pixelsize: 24
*documentFonts.jisx0201*large.1.pixelsize: 14
*documentFonts.jisx0201*large.2.pixelsize: 14
*documentFonts.jisx0201*large.3.pixelsize: 16
*documentFonts.jisx0201*large.4.pixelsize: 16
*documentFonts.jisx0201*large.5.pixelsize: 24
*documentFonts.jisx0201*large.6.pixelsize: 24
*documentFonts.jisx0201*large.7.pixelsize: 24
*documentFonts.jisx0201*huge.1.pixelsize: 14
*documentFonts.jisx0201*huge.2.pixelsize: 16
*documentFonts.jisx0201*huge.3.pixelsize: 16
*documentFonts.jisx0201*huge.4.pixelsize: 24
*documentFonts.jisx0201*huge.5.pixelsize: 24
*documentFonts.jisx0201*huge.6.pixelsize: 24
*documentFonts.jisx0201*huge.7.pixelsize: 24
*documentFonts.jisx0212*small.1.pixelsize: 16
*documentFonts.jisx0212*small.2.pixelsize: 16
*documentFonts.jisx0212*small.3.pixelsize: 16
*documentFonts.jisx0212*small.4.pixelsize: 16
*documentFonts.jisx0212*small.5.pixelsize: 16
*documentFonts.jisx0212*small.6.pixelsize: 16
*documentFonts.jisx0212*small.7.pixelsize: 24
*documentFonts.jisx0212*medium.1.pixelsize: 16
*documentFonts.jisx0212*medium.2.pixelsize: 16
*documentFonts.jisx0212*medium.3.pixelsize: 16
*documentFonts.jisx0212*medium.4.pixelsize: 16
*documentFonts.jisx0212*medium.5.pixelsize: 16
*documentFonts.jisx0212*medium.6.pixelsize: 24
*documentFonts.jisx0212*medium.7.pixelsize: 24
*documentFonts.jisx0212*large.1.pixelsize: 16
*documentFonts.jisx0212*large.2.pixelsize: 16
*documentFonts.jisx0212*large.3.pixelsize: 16
*documentFonts.jisx0212*large.4.pixelsize: 16
*documentFonts.jisx0212*large.5.pixelsize: 24
*documentFonts.jisx0212*large.6.pixelsize: 24
*documentFonts.jisx0212*large.7.pixelsize: 24
*documentFonts.jisx0212*huge.1.pixelsize: 16
*documentFonts.jisx0212*huge.2.pixelsize: 16
*documentFonts.jisx0212*huge.3.pixelsize: 16
*documentFonts.jisx0212*huge.4.pixelsize: 24
*documentFonts.jisx0212*huge.5.pixelsize: 24
*documentFonts.jisx0212*huge.6.pixelsize: 24
*documentFonts.jisx0212*huge.7.pixelsize: 24
*documentFonts.ksc5601*small.1.pixelsize: 14
*documentFonts.ksc5601*small.2.pixelsize: 14
*documentFonts.ksc5601*small.3.pixelsize: 14
*documentFonts.ksc5601*small.4.pixelsize: 14
*documentFonts.ksc5601*small.5.pixelsize: 16
*documentFonts.ksc5601*small.6.pixelsize: 16
*documentFonts.ksc5601*small.7.pixelsize: 24
*documentFonts.ksc5601*medium.1.pixelsize: 14
*documentFonts.ksc5601*medium.2.pixelsize: 14
*documentFonts.ksc5601*medium.3.pixelsize: 14
*documentFonts.ksc5601*medium.4.pixelsize: 16
*documentFonts.ksc5601*medium.5.pixelsize: 16
*documentFonts.ksc5601*medium.6.pixelsize: 24
*documentFonts.ksc5601*medium.7.pixelsize: 24
*documentFonts.ksc5601*large.1.pixelsize: 14
*documentFonts.ksc5601*large.2.pixelsize: 14
*documentFonts.ksc5601*large.3.pixelsize: 16
*documentFonts.ksc5601*large.4.pixelsize: 16
*documentFonts.ksc5601*large.5.pixelsize: 24
*documentFonts.ksc5601*large.6.pixelsize: 24
*documentFonts.ksc5601*large.7.pixelsize: 24
*documentFonts.ksc5601*huge.1.pixelsize: 14
*documentFonts.ksc5601*huge.2.pixelsize: 16
*documentFonts.ksc5601*huge.3.pixelsize: 16
*documentFonts.ksc5601*huge.4.pixelsize: 24
*documentFonts.ksc5601*huge.5.pixelsize: 24
*documentFonts.ksc5601*huge.6.pixelsize: 24
*documentFonts.ksc5601*huge.7.pixelsize: 24
*documentFonts.gb2312*small.1.pixelsize: 16
*documentFonts.gb2312*small.2.pixelsize: 16
*documentFonts.gb2312*small.3.pixelsize: 16
*documentFonts.gb2312*small.4.pixelsize: 16
*documentFonts.gb2312*small.5.pixelsize: 16
*documentFonts.gb2312*small.6.pixelsize: 16
*documentFonts.gb2312*small.7.pixelsize: 24
*documentFonts.gb2312*medium.1.pixelsize: 16
*documentFonts.gb2312*medium.2.pixelsize: 16
*documentFonts.gb2312*medium.3.pixelsize: 16
*documentFonts.gb2312*medium.4.pixelsize: 16
*documentFonts.gb2312*medium.5.pixelsize: 16
*documentFonts.gb2312*medium.6.pixelsize: 24
*documentFonts.gb2312*medium.7.pixelsize: 24
*documentFonts.gb2312*large.1.pixelsize: 16
*documentFonts.gb2312*large.2.pixelsize: 16
*documentFonts.gb2312*large.3.pixelsize: 16
*documentFonts.gb2312*large.4.pixelsize: 16
*documentFonts.gb2312*large.5.pixelsize: 24
*documentFonts.gb2312*large.6.pixelsize: 24
*documentFonts.gb2312*large.7.pixelsize: 24
*documentFonts.gb2312*huge.1.pixelsize: 16
*documentFonts.gb2312*huge.2.pixelsize: 16
*documentFonts.gb2312*huge.3.pixelsize: 16
*documentFonts.gb2312*huge.4.pixelsize: 24
*documentFonts.gb2312*huge.5.pixelsize: 24
*documentFonts.gb2312*huge.6.pixelsize: 24
*documentFonts.gb2312*huge.7.pixelsize: 24
*documentFonts.cns11643*small.1.pixelsize: 16
*documentFonts.cns11643*small.2.pixelsize: 16
*documentFonts.cns11643*small.3.pixelsize: 16
*documentFonts.cns11643*small.4.pixelsize: 16
*documentFonts.cns11643*small.5.pixelsize: 16
*documentFonts.cns11643*small.6.pixelsize: 16
*documentFonts.cns11643*small.7.pixelsize: 24
*documentFonts.cns11643*medium.1.pixelsize: 16
*documentFonts.cns11643*medium.2.pixelsize: 16
*documentFonts.cns11643*medium.3.pixelsize: 16
*documentFonts.cns11643*medium.4.pixelsize: 16
*documentFonts.cns11643*medium.5.pixelsize: 16
*documentFonts.cns11643*medium.6.pixelsize: 24
*documentFonts.cns11643*medium.7.pixelsize: 24
*documentFonts.cns11643*large.1.pixelsize: 16
*documentFonts.cns11643*large.2.pixelsize: 16
*documentFonts.cns11643*large.3.pixelsize: 16
*documentFonts.cns11643*large.4.pixelsize: 16
*documentFonts.cns11643*large.5.pixelsize: 24
*documentFonts.cns11643*large.6.pixelsize: 24
*documentFonts.cns11643*large.7.pixelsize: 24
*documentFonts.cns11643*huge.1.pixelsize: 16
*documentFonts.cns11643*huge.2.pixelsize: 16
*documentFonts.cns11643*huge.3.pixelsize: 16
*documentFonts.cns11643*huge.4.pixelsize: 24
*documentFonts.cns11643*huge.5.pixelsize: 24
*documentFonts.cns11643*huge.6.pixelsize: 24
*documentFonts.cns11643*huge.7.pixelsize: 24
! ============================================================================
! Fonts used for printing.
! ============================================================================
!
! psname is the full PostScript font name
! pscode is the character encoding used in the PostScript font
! pswidth is the PostScript width per character, only useful for "square"
! fonts such as those found in East Asia
!
! See the comments on DocumentFonts above for the other fields.
! The following Latin-1 PostScript printer fonts are hard-coded into Netscape
! and cannot be changed.
!
!*documentFonts.latin1.variable.normal*psname: Times-Roman
!*documentFonts.latin1.variable.bold*psname: Times-Bold
!*documentFonts.latin1.variable.italic*psname: Times-Italic
!*documentFonts.latin1.variable.boldItalic*psname: Times-BoldItalic
!*documentFonts.latin1.fixed.normal*psname: Courier
!*documentFonts.latin1.fixed.bold*psname: Courier-Bold
!*documentFonts.latin1.fixed.italic*psname: Courier-Oblique
!*documentFonts.latin1.fixed.boldItalic*psname: Courier-BoldOblique
!*documentFonts.latin1*pscode: iso-8859-1
!*documentFonts.latin1*pswidth: *
! Netscape does not differentiate between variable and fixed, and between
! normal, bold, italic and boldItalic for the following East Asian fonts.
!
! The charset fields are the charset names corresponding to the available
! locales (e.g. for Japan, that would be x-euc-jp and x-sjis).
!
*documentFonts.x-euc-jp*psname: Ryumin-Light-RKSJ-H
*documentFonts.x-euc-jp*pscode: x-sjis
*documentFonts.x-euc-jp*pswidth: 1000
*documentFonts.x-sjis*psname: Ryumin-Light-RKSJ-H
*documentFonts.x-sjis*pscode: x-sjis
*documentFonts.x-sjis*pswidth: 1000
*documentFonts.euc-kr*psname: SMgoJ
*documentFonts.euc-kr*pscode: euc-kr
*documentFonts.euc-kr*pswidth: 1000
!*documentFonts.gb2312*psname: ???
!*documentFonts.gb2312*pscode: ???
!*documentFonts.gb2312*pswidth: ???
!*documentFonts.x-euc-tw*psname: ???
!*documentFonts.x-euc-tw*pscode: ???
!*documentFonts.x-euc-tw*pswidth: ???